A RESTful API for codechef Android App with GO.
Link to CodeChef Android app Github Link
# Download this project
go get github.com/venkhatesh/CodeChef-API
# API Endpoint : http://127.0.0.1:3000
GET
: Get all ongoing contest
GET
: Get all Upcoming Contest
GET
: Get all Past Contest
- Create Past Contest API
- Create Profile API
- Create Future Contest API
- Create Past API
- Add Pagination to Past Contest API
- Create Codechef Discuss API
- Create Proper Project Structure