Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/psnappz/userportal


https://github.com/psnappz/userportal

Last synced: about 10 hours ago
JSON representation

Awesome Lists containing this project

README

        

# User Portal

## Setup & Run

1. Install dependencies:
```bash
pip install -r requirements.txt
```
2. Set up the .env file with your database credentials.
3. Run the application:
```bash
uvicorn app.main:app --reload
```
## API Endpoints

- POST /register/: Register a new user.
- GET /users/{user_id}: Get user details by ID.