Activently is a tool for organizing and managing activities related to specific hobbies.
- set up a tennis match at a local
- send out invitations to a private dinner party
- open your activities up to the public and have people RSVP to attend
Pre-Requisites
- MySQL server installed and running
- Download or clone this repository.
- On your local machine, open a terminal in the top level directory of the code.
- On the command line, run
npm installto install dependencies. - Edit the
.envfile in the top level directory. - Enter your username in
DB_USERand password inDB_PWfor MySQL, then save the file - On the command line, run
npm run schema. When prompted for a password, end your MySQL password. You will need to editpackage.jsonif your username is notroot. - Run
npm run startto start the server.