Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create user creation page #3

Closed
ryanmklee opened this issue Mar 2, 2019 · 1 comment
Closed

Create user creation page #3

ryanmklee opened this issue Mar 2, 2019 · 1 comment

Comments

@ryanmklee
Copy link
Owner

Create a frontend page for user creation

@ryanmklee
Copy link
Owner Author

API call: http://127.0.0.1:5000/api/create
Send parameters 'user' and 'password' as JSON through that endpoint.
Ensure the flask application is running beforehand or else there will be no endpoint since it is hosted locally.
Example API call:
http://127.0.0.1:5000/api/create?user=ryanmkitlee@gmail.com&password=1234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants