/express-cc

A customised REST Api using Express with mongoDB

Primary LanguageJavaScriptMIT LicenseMIT

express-cc

A customised REST Api using Express with mongoDB

Steps to start development

$ git clone https://github.com/htadg/express-cc.git express-cc
$ cd express-cc
$ yarn install
$ yarn start #This starts a development server at http://localhost:3000

Run Tests

$ yarn test