Welcome to the Ph.D. Tracks API. This project is designed to serve as a centralized platform for managing academic scholars within institutions. It provides a variety of features to streamline administrative processes, enhance transparency, and support the development of scholars throughout their Ph.D. journey.
This repository contains the API's code of the above mentioned project.
To get started with the project, follow the steps below to clone the repository, set up a virtual environment, install dependencies, and run the development server.
- Python (3.8 or later)
- Git
git clone https://github.com/Naman82/PHD_Tracks_API.git
py -m venv env
On Windows:
env\Scripts\activate
On Mac/Linux:
source env/bin/activate
pip install -r requirements.txt
py manage.py runserver
Once the server is running, you can access the application at http://127.0.0.1:8000/api in your web browser.