Skip to content

🐶 A repo to exercise typescript, typeORM and express

Notifications You must be signed in to change notification settings

mrkdavi/petshop-api

Repository files navigation

A Project to exercise typescript, Node.js, typeORM and express.

GitHub last commit GitHub repo size GitHub GitHub Repo stars

🎲 Database Diagram

Entity–Relationship-Diagram

⚙️ Pre-requisites

  • Node.js (16.15.0 or higher)
  • NPM (8.19.2 or higher)

🏃‍♂️ Run

Make sure you create your .env file using .env.example as a template

Install Dependencies

npm install

Run Migrations

npm run typeorm:run

Start Development Server

npm run dev

Generate Build

npm run build

About

🐶 A repo to exercise typescript, typeORM and express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages