Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 375 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 375 Bytes

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