8000 GitHub - Naman82/PHD_Tracks_API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Naman82/PHD_Tracks_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ph.D. Tracks API

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.

Getting Started

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.

Prerequisites

  • Python (3.8 or later)
  • Git

Clone the Repository

git clone https://github.com/Naman82/PHD_Tracks_API.git

Set Up a Virtual Environment

py -m venv env

Activate the Virtual Environment

On Windows:

env\Scripts\activate

On Mac/Linux:

source env/bin/activate

Install Dependencies

pip install -r requirements.txt

Run the Development Server

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.

API Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages

0