https://github.com/wesgtox/statistics-manager
API for managing social media post statistics.
https://github.com/wesgtox/statistics-manager
django django-rest-framework docker docker-compose github-actions python rest-api
Last synced: 3 months ago
JSON representation
API for managing social media post statistics.
- Host: GitHub
- URL: https://github.com/wesgtox/statistics-manager
- Owner: WesGtoX
- License: mit
- Created: 2021-09-05T18:12:06.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T00:51:13.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T06:09:38.934Z (over 1 year ago)
- Topics: django, django-rest-framework, docker, docker-compose, github-actions, python, rest-api
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Statistics Manager
About |
Technology |
Getting Started |
Usage |
License
## About the Project
Statistics Manager is an API for managing social media post statistics.
## Technology
This project was developed with the following technologies:
- [Python](https://www.python.org/)
- [Django Framework](https://www.djangoproject.com/)
- [Django REST Framework](https://www.django-rest-framework.org/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
## Getting Started
### Prerequisites
- [Python](https://www.python.org/)
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/)
### Install and Run
1. Clone the repository:
```bash
git clone https://github.com/WesGtoX/statistics-manager.git
```
2. Set a `SECRET_KEY` in `.env`:
```bash
cp .env.sample .env
```
3. Run:
```bash
make run
```
4. Run tests:
```bash
make test
```
## Usage
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
_For more examples, please refer to the [Documentation](https://github.com/WesGtoX/statistics-manager/wiki)_
## License
Distributed under the MIT License. See [LICENSE](LICENSE) for more information.
---
Made with ♥ by [Wesley Mendes](https://wesleymendes.com.br/) :wave: