Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 217 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 217 Bytes

Boilerplate nodejs server

using express and mongoose

clone the repository

cd ./boilerplate-express-mongoose

npm install

create a .env file according to the .env.exemple

run the projet

npm run dev