The frontend of the project is here
- Described 2 schemas: user and card
- API framework
- User authorization and registration by cookies (jwt)
- Configuring protected routing
- Creating and making changes to users cards
- Ability to like/ dislike/ delete cards
- Data validation according to db schemas
- Error handling
- Logging requests and errors
- Limiting the number of requests by express-rate-limit