| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Creating Application that helps competitive programmers to learn more by taking help from mentors. This is the back-end implementation on Ruby on Rails, our front-end is build on andriod. Please build your application, customize and start using Sandip-Jana/codechef-mentor.
For setting up the server, follow the following steps
GET /mentors # get list of mentors related to current user GET /students # get list of students related to current user GET /users # get list of mentors and students linked to a user GET /leaderboard # get the list of users and score GET /chats # [deprecated] get all chats GET /chats/:id # get all chats for a particular chat room GET /users/auth/codechef # REDIRECT URL for codechef GET /users/download_profile_pic # get the profile pic of the current user GET /users/logout # clear cookie and auth code POST /users/authenticate # set cookie and auth code POST /user # create relationship between current user and mentor POST /users/upload_profile_pic # save user's profile pic PUT /user/:current_user # update relationship status
The following features we will work in future
We would love to see contributions to our codebase. To start contributing follow the steps.
Reach out to me at chinmay.rakshit@gmail.com for any queries. Also report issues, we will look into it and fix
| Back | FazBrowse Home | New Git URL |