Skip to content

ShreeyaSoma/web-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Flask Backend API

This is a simple Flask-based backend providing API endpoints for users and teachers. It supports basic CRUD operations for users.

Features

  • Get all users and teachers
  • Add a new user
  • Update existing user
  • Delete a user

Getting Started

Requirements

  • Python 3.x
  • Flask

Installation

  1. Clone the repo:

    git clone https://github.com/yourusername/flask-backend.git
    cd flask-backend
  2. Create a virtual environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
  3. Install dependencies:

    pip install -r requirements.txt

Running the App

python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages