Elikdev / test-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 94.4%Language:EJS 4.9%Language:JavaScript 0.6%Language:Shell 0.1%Language:Procfile 0.0%