Make sure NodeJS and MongoDB are installed and running. MongoDB Atlas (https://www.mongodb.com/cloud/atlas) also can be used.
Localhost ports used: 3000, 3001, 5000. Make sure these ports are available before proceeding
- Go to event-manager/event-manager-backend in the terminal and start the backend server by running the commands
npm ithennpm start. If needed, make changes inMONGO_URIlocated at event-manager/event-manager-backend/config/config.env. The server will be running on localhost:3001 - Go to event-manager/file-engine in the terminal and start the backend server by running the commands
npm ithennpm start. The server will be running on localhost:5000 - Go to event-manager/event-manager-frontend in the terminal and start the frontend server by running the commands
npm ithennpm start. - The project will be available on localhost:3000, follow the UI to proceed.
Localhost ports used: 3000, 4000. Make sure these ports are available before proceeding
- Go to to-do/to-do-backend in the terminal and start the backend server by running the commands
npm iandnpm start. If needed, make changes inMONGO_URIlocated at to-do/to-do-backend/config/config.env. The server will be running on localhost:4000 - Go to to-do/to-do-frontend in the terminal and start the frontend server by running the command
npm ithennpm start. - The project will be available on localhost:3000, follow the UI to proceed.