Skip to content

MoisesTabar/User-registration-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

User registration API

This API allows users to register and login. when logged in users can update its credentials and password passing a token

Also users can register secrets using their respective tokens

Available scripts


To use this API you must have uvicorn installed for running the server. Use:

pip install uvicorn

After that run the server by using:

In windows
py uvicorn main:app --reload
In Linux
python3 -m uvicorn main:app --reload

About

An user registration api made in python with the framework FASTAPI and using SQLITE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages