This a Back End for Front End Application
Make sure you have Node.js and npm installed globally on your machine.
- Clone this repository.
- Run npm install to install dependencies.
- Copy .env.example to .env and fill in the environment variables as needed.
- Run npm run dev to start the development server.
- Go to http://localhost:3000 to view the project.
To run this web app you must need to install:
You've Probably already installed it
After that go to your project folder and run:
$ yarn # To install the dependencies
$ yarn dev # To run the app
## Estrutura do Projeto
-src
--controller(Controllers Implementation)
--entity(Models Implementation)
--Routes(Routes Implementation)
## Technologies Used
- [Node.js](https://nodejs.org/en/download/current)
- [TypeScript](https://www.typescriptlang.org/docs/handbook/advanced-types.html)
- [Prisma](https://www.prisma.io/)
- [TypeORM](https://typeorm.io/)
- Outras tecnologias, se aplicável.