Skip to content

patrickian/silicon_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

silicon_robot

Description

An application consist of the following endpoints: get current users, login, signup, email activation , change password.

Requirements

Copy keys.json.example in the config/ folder of the app and rename it as keys.json. Fillup and replace the following fields with the appropriate data.

Run

Run the following commands to install dependencies.

pip install -r requirements.txt
python manage.py migrate --settings=config.settings
python manage.py runserver --settings=config.settings

Endpoints

user List
/api/v1/users/
signup
/api/v1/users/signup/
activate
/api/v1/users/{pk}/activate/
login
/api/v1/users/login/
change password
/api/v1/users/change_password/

About

S

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages