Skip to content

TheDataStation/user_register

Repository files navigation

user_register

This component handles user registration in the context of Data Stations.

User Model

id: int
user_name: str
first_name: str
last_name: str
password: str
email_address: str
institution: str
country: str

user model source file

Software Stack

Language -> Python3.8

Rest API -> FastAPI

Storage -> SQLite

ORM -> SQLalchemy

Deploy -> Docker Compose [todo]

Quick Start

# install required packages
pip install -r requirements.txt

# start fastAPI server
uvicorn main:app --reload

Then, open http://127.0.0.1:8000/docs and try APIs interactively.

About

The user register component of Data Station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •