Desarrollo de backend utilizando TypeScrip como Backend
Clonar el proyecto desde el repositorio
About | Features | Technologies | Requirements | Istalation | License | Jobzi
Desarrollo de backend utilizando NodeJs con TypeScrip
✔️ Api Rest;
✔️ Api Rest;
✔️ Sockect.io;
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
To install and run this proyect just type and execute and nodemon
sudo npm i -g typescript
sudo npm i -g nodemonRun server
tsc
node dist/app.jsRun Server With nodemon and tsc wacth
nodemon dist/app.js
tsc --watch- /app
# This is where all the application's directories will be contained
- /controller
# Directory responsible for containing everything related to our data
- /name
# This is where we store our controller
- name.controller.ts
- /models
- /db_models
-usuario.model.ts
- /core
- server.ts
- /routes
-name.route.ts
- app.ts
# main file