Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.14 KB

File metadata and controls

42 lines (31 loc) · 1.14 KB

todo list by Pietro Belluno

how to run

  • first of all you need to clone the project to your machine.
  • second you need to create a database in postgres

run frontend:

  • 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/

run backend:

  • 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/

running tests:

  • 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

video preview:

Todo.List.-.Pietro.Belluno.-.22.August.2022.mp4

image preview:

Screen Shot 2022-08-22 at 23 22 38

used technologies

  • React
  • Typescript
  • Nest
  • TypeORM
  • Jest
  • Testing Library
  • Material UI
  • Styled Components