Skip to content

Simple API for user managment in Python Flask

Notifications You must be signed in to change notification settings

nokokiii/UserManagmentAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Managment API

This Python-based HTTP server project provides a simple API for managing user data. Supports various endpoints for operations on user entities.

Usage

To run this project locally, follow this steps:

  1. Clone the repository
git clone https://github.com/nokokiii/flask-rest-api.git

or download source code from the Releases page

  1. Install dependencies
pip install -r requirements.txt
  1. Run the Flask application
python -m src.api
  1. Run the tests
python -m src.tests.run

Technologies

  • Flask
  • sqlite-utils

Authors