Skip to content

anfvc/address-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

Contact Manager App

This is a full stack application where the user can store multiple contacts. More like a contact manager.

For installation:

Backend:

  • 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, type npm run seed to run it. Make sure you seed the database before starting the server.

  • Finally, to start listening to the server, please run npm run devstart.


Frontend:

  • Run npm i to get all the dependencies.
  • To go into development mode, please run npm run dev.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages