Test application project to save events online with a name, a description, a time, date and url where the event will take place.
Stack MERN, Node & Express Web Server
- MongoDB installed and configured
- Node.js and Git installed and configured
- Project cloned and dependencies installed
- Clone this repo to your local machine using
https://github.com/StyvenSoft/Events-Site.git
Update and install package first
$ cd backend/
$ npm install
Running the local mongoDB server
$ npm mongod
Run API server
$ npm run dev
now install npm packages frontend
$ cd frontend/
$ npm install
Run project
$ npm run start