melizeche / rest_activity

A simple Activity List REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rest_activity

A simple activity list REST API

Requirements

  • Python 3.6+
  • Django 2.2+

Install

git clone git@github.com:melizeche/rest_activity.git
cd rest_activity
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
./manage.py migrate
./manage.py runserver

API Docs

Check openapi-schema.yml or go to /docs/ docs1 docs2

Backlog

Product Backlog

Author

License

This project is licensed under the terms of the MIT Public License - see the LICENSE file for details

About

A simple Activity List REST API

License:MIT License


Languages

Language:Python 81.2%Language:HTML 18.8%