Skip to content

avilajuanp/crud_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CRUD hecho con Node.js, Express, Typescript y TypeORM, con persistencia en SQLite

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published