Node API project set up
- API based Project SetUp
- API Documentation (swagger)
- Run
$ npm Installon project-setup-node - Setup Database by copying
.env.exampleto.envor run$ cp .env.example .envfor mac user or git terminal and set you your database information $ npm run postinstall$ npm run start- You can also create your migration and seeders and can run test cases
- Report any issues by creating a new issue