Este es un desarrollo de un backend utilizadno las tecnologias de typesScript y express.
- Node.js
- MYSQL
- Clone the repo
git clone https://github.com/axcelcorona/backem-tickets.git
- Install Dependencies
yarn install || npm install
- Build the proyect
yarn build || npm run build
- Start the proyect
yarn start || npm start