/sousou_server

This platform will empower individuals not only to save and receive funds but also to gain financial education, plan for the future, invest ethically, engage in community initiatives, and connect with experts and like-minded individuals.

Primary LanguageTypeScript

SouSou - Backend

Thumbnail

Features (for now)

  1. Register a user
  2. Get current user
  3. Login
  4. Access token
  5. Refresh tokens

Project structure

$PROJECT_ROOT
├── config
├── prisma
│   └── schema.prisma
└── src
    ├── app.ts        # Entry point
    ├── controller
    ├── middleware
    ├── routes
    ├── schema
    ├── service
    └── utils

Stack

Using

TODOs

  • Bootstrap application
  • User API
    • Create user
    • Get current user
  • Authentication API
    • Create user session
    • Get new access token with refresh tokens