/showwcase-backend

Manage user's eductational background

Primary LanguageTypeScript

showwcase-backend

Manage user's eductational background

To do

  • Config
    • Server - Express
    • Nodemon
    • Dependency injection - inversify + inversify-express-utils
    • Logging - Winston
    • Database - PostgreSQL
      • Database migration - manual✅, TypeORM
    • Caching - Redis
    • Queuing - Bull + Redis
    • Validation - Joi or Class validator
    • Authentication - Passport.js
  • User registration
  • User authentication
  • Add education history
  • List names of schools attended
  • List education history
  • View history details
  • Update history
  • Delete history
  • Deploy to AWS