-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Krishna Gaur edited this page Sep 27, 2021
·
2 revisions
Backend for Arcadia's website
Arcadia-backend is the Rest-API-based backend server for Arcadia's website where end-user will be able to browse through all events conducted by the club. The user will be able to see all the details of the events from auction details, teams, points table to fixtures and matches' scorecards. There will also be endpoints for the event organizers to add these details to the server.
To get started, first take a look at our User Description guide to understand the basic outline of the project. To understand different models and their association look at Models
The following resources would help you a lot while developing this application
- Django Documentation - This would help you while building the basic structure and models for the backend.
- Django Rest Framework Documentation - This would help you with creating APIs, serializers and views for the backend application.