This is the Base project. We can easily fork this project for rapid development
It includes all the api's of user module
-
Signup
Base_URL/api/v1/users POST Request
- Body(row-data/form-data) {email: string, password: string, device_id: string, device_type: string}
-
Login
Base_URL/api/v1/users/login POST Request
- Body(row-data/form-data) {email: string, password: string}
-
Create Profile
Base_URL/api/v1/users PUT Request
- Body(form-data) {first_name: string, last_name: string, dob: datetime, country_code: string, phone: string, lat: decimal, lng: decimal, location: string, image: file}
-
Forgot Password
Base_URL/api/v1/users/forgot_password PUT Request
- Body(row-data/form-data) {email: string}
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Your Name - Tushar Bhatia - tushar.bhatia@netsetsoftware.com
Project Link: git@bitbucket.org:netset-rapid-development/ror_basic_api.git