Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 562 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 562 Bytes

Installing

npm install

Running develop mode, with transpile

npm run dev

Building and running on production mode

npm run prod 

Database

This project uses Mysql and was developed with a default MySQL local server, credentials must be configured in ormconfig.js.

Todo List:

  • Check yarn/npm conflicts and set everything to yarn
  • Endpoint testing with depedency injection
  • Authentication
  • Adding Database

Folder structure based on: https://medium.com/codebase/structure-of-a-nodejs-api-project-cdecb46ef3f8