Bem Vindo ao meu projeto pessoal de Todo List, onde fiz a parte do front e back end toda e realizei a integração entre eles também
- React
- Typescript
- LocalStorage
- NestJs
- Prisma
- Postgres
https://todo-list-ps.vercel.app
Baixar o repositório utilizando
$ git clone https://github.com/PedroSantanaa/Todo-List.git
Para o BackEnd:
$ cd backend
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
Para o FrontEnd
cd frontend
$ npm install
# development
$ npm run dev