Skip to content

lucaxsilveira/express-crud

Repository files navigation

Express CRUD

A simple node express aplication with:

  • Typescript
  • TypeORM
  • Postgres
  • Docker

Steps to run

  1. Execute docker-compose up to create the postgres instance
  2. Connect to database and create the .env database (or change to an existing)
  3. yarn to install the project packages
  4. yarn typeorm migration:run to run the migrations folder
  5. yarn dev to up server

Postman collection

https://documenter.getpostman.com/view/10081020/UVXerdJN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published