Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/melizeche/rest_activity

A simple Activity List REST API
https://github.com/melizeche/rest_activity

Last synced: about 1 month ago
JSON representation

A simple Activity List REST API

Awesome Lists containing this project

README

        

# rest_activity
A simple activity list REST API

## Requirements

- Python 3.6+
- Django 2.2+

## Install

```
git clone [email protected]: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](images/docs1.png)
![docs2](images/docs2.png)

## Backlog

[Product Backlog](backlog.md)

## Author

- Marcelo Elizeche Landó https://github.com/melizeche

## License

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