Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 358 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 358 Bytes

EexPlate-Express.Boilerplate

An ExpressJS boilerplate with basic auth, routing and other middlewares configured. Ready to write the Models and API.

How to use

For development environment:

  1. Start the MongoDB server, if you don't have any you can start one by running the dbstart script.
  2. Populate the DB

TODOs

  1. Add request validator