/FLASK-restx-Student-Management-Api

A student management api built using the FLASK restx framework in Python

Primary LanguagePythonMIT LicenseMIT

Student-Management-Api-Restx

The Student Management API is a RESTful API that allows you to manage students, courses, and enrollments. It's built with Flask and Flask-RESTx. The active site is deployed at the following address https://olu-student-management-api.herokuapp.com/

Prerequisites

Python installed

Installation

  • Clone the repository to your local machine.
  • Navigate to the project directory.
  • Create a virtual environment and activate it:
  • Install the dependencies:
  • Run the application:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python runserver.py