Skip to content

pietrobelluno/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published