Skip to content

A simple REST API based on Flask and SQLAlchemy for basic user and user permission operations

Notifications You must be signed in to change notification settings

vargha67/basic-user-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User and Permissions REST API

A simple REST API based on Flask and SQLAlchemy for basic user and user permission operations

Instructions for running:

Preparing the virtual environment:

python -m venv venv
source ./venv/bin/activate

Installing the requirements:

make install

Running the tests:

make test

Running the server:

make run

About

A simple REST API based on Flask and SQLAlchemy for basic user and user permission operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published