This application allows you to create calendars.
In each calendar, you can add events and view them. You can also share calendars with other users. Unregistered users can view public calendars.
- NodeJS
- NPM
- MySQL Database
- Go to API dir
- Run init.sql on your MySQL Server
- Run "npm i" to install node modules
- Run "npm start" in the API directory
- API will run on port 3001
- NodeJS
- NPM
- Go to main dir
- Run "npm i" to install node modules
- Run "npm start" in the client directory
- Open your browser and go to http://localhost:3000 to view the app (browser will open automatically)