This a Back End for Front End Application and Web Application
Make sure you have Node.js, npm and Docker 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: NODE_ENV=dev DATABASE_URL="postgresql://menppy:menppy@localhost:5432/menppy?schema=public" SECRET_KEY="TdW4fTfRohSm3OfN6Ld3PY0QIBHdUu1YH1NdCMtdePg=asdmenpy" APP_NAME=Menppy PORT=3333
- Run docker app with: $ docker compose up 5.Open another terminal command and run: $ yarn dev or $ npm dev
- 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.