/typeorm-node-typescript

Simple CRUD app with Typescript and Typeorm

Primary LanguageTypeScript

Typeorm CRUD

Application created with Nodejs, Typescript and implementing Typeorm.

Run Locally

Clone the project

  git clone https://github.com/Ralexs0096/typeorm-node-typescript

Go to the project directory

  cd typeorm-node-typescript

Install dependencies

  npm install

Start the server

  npm run dev

typeorm-node-typescript