Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psnappz/userportal
https://github.com/psnappz/userportal
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/psnappz/userportal
- Owner: PSNAppz
- Created: 2023-11-09T14:56:13.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2023-11-09T15:23:17.000Z (12 months ago)
- Last Synced: 2024-05-01T13:56:38.196Z (6 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.