Integrantes Andres, Murgo Emanuel, Cortinez Felipe, Banco

CRUD Node.js

CRUD made with Node.js, Express, TypeScript, TypeORM, EJS & SQLite.

Home page image

How to run:

  • Clone the repository.
  • Run yarn to download the dependecies.
  • Create the database.sqlite file inside the src/database folder.
  • Run yarn typeorm migration:run to run the migrations.
  • Run yarn dev to start the server.
  • The CRUD will be avaiable at http://localhost:3000.