This is a full stack application where the user can store multiple contacts. More like a contact manager.
-
Please run
npm i
to get all the dependencies. -
Make sure you create your environment variable
.env
where you'll need to pick:PORT
,MONGODB_CONNECTION_STRING
-
seed.js
is a JavaScript file that cleans and populates the database with supporting data, typenpm run seed
to run it. Make sure youseed
the database before starting the server. -
Finally, to start listening to the server, please run
npm run devstart.
- Run
npm i
to get all the dependencies. - To go into development mode, please run
npm run dev
.