This is my final project at the university, the project is a system that we developed whose users can ask the system to alert when any event/service that happens at a certain time is available for purchase.
- JSX
- JavaScript
- CSS
- React
- Node.js
- MongoDB
- Bootstrap CDN
- Run
npm install
- Go to letmeknow-client folder and run
npm install
- Go to letmeknow-api folder and run
npm install
- Download MongoDB and Docker
- If useing with Docker run
npm run start-db
, to stop runnpm run stop-db
- Else check if the deamon of mongodb runing
npm run start-api
for the servernpm run start-client
for the client