Skip to content

Gnosis-Media/gnosis-user-registration

Repository files navigation

gnosis-user-registration

alt text

DB is working well

How to use

  1. pip install -r requirements.txt (setup)

  2. flask run -p 5000

  3. "In the terminal (while executing 'flask run')"

Window Invoke-WebRequest -Uri http://127.0.0.1:5000/api/register -Method POST -Body '{"username": "realuser", "email": "realuser@example.com", "password": "RealPassword123"}' ` -ContentType "application/json"

Mac curl -X POST http://127.0.0.1:5000/api/register -H "Content-Type: application/json" -d '{"username": "realuser", "email": "realuser@example.com", "password": "RealPassword123"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages