https://github.com/sitetester/user-registration-rest-api
https://github.com/sitetester/user-registration-rest-api
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sitetester/user-registration-rest-api
- Owner: sitetester
- Created: 2019-09-07T18:34:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T16:50:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-07T03:18:11.577Z (over 1 year ago)
- Language: Go
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# user-registration-rest-api
Currently /register, /login & /dashboard routes are functional.
Backend is generating JWT token for /login and it can be verified on /dashboard route
Image can be uploaded on /uploadImage route
# IN PROGRESS