Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/melizeche/rest_activity
- Owner: melizeche
- License: mit
- Created: 2020-08-03T16:21:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-04T00:54:03.000Z (over 1 year ago)
- Last Synced: 2024-10-15T00:55:00.535Z (3 months ago)
- Language: Python
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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