Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 444 Bytes

Contact Book (MEN stack)!

Contact book page

Instalation

  • You need to have mongo server running in your computer, if not are running try with
mongod --dbpath <path>

Download the dependencies:

    npm install

Running the project

    npm start 
    npm run dev # with nodemon for coding!