/test-api

Primary LanguageTypeScript

BAMIKI BACKEND

Steps to run this project:

  1. Run npm i command
  2. Setup postgres database settings inside ormconfig.json file
  3. Run npm start command

Contrbuting

layouts

.
├── build                   # Compiled files (alternatively `dist`)
├── src                     # Source files (alternatively `lib` or `app`)
├── test                    # Automated tests (alternatively `spec` or `tests`)
├── tools                   # Tools and utilities
├── LICENSE
└── README.md

todos

// install typeorm => ORM => npm install typeorm -g // typescript => compiler => npm install -g typescript // postgresql => database => https://www.postgresql.org/download/

=> set root as username and password

=> crash course on typescript

=> crash course on sql

=> cli typeorm

=> crash course typeorm

Remenber to Update your tests for Every PR.

Pushing to the main branch is prohibited.

Allways pull before pushing.