/TypeORM-NodeJS-Assignment

Very basic backend app with a single entity Customer (id, name, phone). I should be able to create a new customer, get list of customers, get customer by id and request by phone or name. Stack: Node, Express, TS, SQLite, TypeORM

Primary LanguageTypeScript

Awesome Project Build with TypeORM

Steps to run this project:

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