Nest Logo

TS Logo AWS Logo PostgreSQL Logo

Task Manager Application

• CRUD operations

• Validation and Errors handling

• Data Persistence - PostgreSQL & TypeORM

• Authentication and Authorization - JWT/Passport.js

• Logging and Testing

• Deployment - Amazon Web Services

Check out the product (if available)

http://react-task-management-1.s3-website.eu-central-1.amazonaws.com/

Or start the app locally (backend only)

#before start
$ yarn

# start postgreSQL
 * plese use official documentation to start, run and create local db

# start project
$ yarn start