- first of all you need to clone the project to your machine.
- second you need to create a database in
postgres
cd frontend
- you need to create
.env
file and setup the api url, see.env-example
file - run
npm run start
- the frontend will run in http://localhost:3000/
cd backend
- create a
.env
file and setup the database connections, see the.env-example
file - run
npm run start
- the backend will run in http://localhost:8081/
cd
to either the frontend or backend folder- run
npm run test
- run
npm run test:cov
if you want to see the coverage report
Todo.List.-.Pietro.Belluno.-.22.August.2022.mp4
- React
- Typescript
- Nest
- TypeORM
- Jest
- Testing Library
- Material UI
- Styled Components