Todo-List

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

Tecnologias Utilizadas

FrontEnd

  • React
  • Typescript
  • LocalStorage

BackEnd

  • NestJs
  • Prisma
  • Postgres

Deploy

https://todo-list-ps.vercel.app

Como Utilizar

Baixar o repositório utilizando

$ git clone https://github.com/PedroSantanaa/Todo-List.git

Para o BackEnd:

Installation

$ cd backend
$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Para o FrontEnd

Installation

cd frontend
$ npm install

Running the app

# development
$ npm run dev