Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 454 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 454 Bytes

MENT

MENT (MongoDB, Express, Node.js and TypeScript)

MENT

Install

Clone this repository

$ git clone [email protected]:tolotrasmile/ment.git

Install Node.js dependencies

$ cd ment
$ npm i

Config

You can change de MongoDB Database path at src/server.ts

Run

Run npm script

$ npm run server