Skip to content

8-30/lifePoints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-backend

Desarrollo de backend utilizando TypeScrip como Backend

Instalation

Clonar el proyecto desde el repositorio

Ts-BackEnd

About   |   Features   |   Technologies   |   Requirements   |   Istalation   |   License   |   Jobzi


🎯 About

Desarrollo de backend utilizando NodeJs con TypeScrip

✨ Features

✔️ Api Rest;
✔️ Api Rest;
✔️ Sockect.io;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Istalation

To install and run this proyect just type and execute and nodemon

sudo npm i -g typescript
sudo npm i -g nodemon

Run server

tsc
node dist/app.js

Run Server With nodemon and tsc wacth

nodemon dist/app.js
tsc --watch

🏁 Structure

- /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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages