Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergiomauz/clean-architecture-python-django
https://github.com/sergiomauz/clean-architecture-python-django
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sergiomauz/clean-architecture-python-django
- Owner: sergiomauz
- License: mit
- Created: 2022-08-14T10:08:04.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-06T07:08:29.000Z (about 2 years ago)
- Last Synced: 2023-03-07T23:50:51.348Z (over 1 year ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DJANGO PROJECT
> This is a Django project.
## Screenshots
![screenshot-1](https://user-images.githubusercontent.com/36812672/97628788-2f8a2380-19fb-11eb-8630-e80d5a270a77.png)
## Features
- Rest API application.
## Built With
- VS Code
- Python 3
- Django## How to Install
- Clone this repository using **git clone** command and open **root** directory.
- Check and install packages listed in **requirements.txt** file
- Check **DATABASES** variable in local o production settings for database connection.
- Run **python manage.py migrate** and **python manage.py makemigrations** to create tables.
- Run **python manage.py runserver** to compile and run the project.
- Run **./run-pylint.sh** to detect errors and bad practices. Reports will be exported to **extra** directory.## Unit Testing
- **Run** command "command".
## Author
👤 **Sergio Zambrano**
- Github: [@sergiomauz](https://github.com/sergiomauz)
- Twitter: [@sergiomauz](https://twitter.com/sergiomauz)
- Linkedin: [Sergio Zambrano](https://www.linkedin.com/in/sergiomauz/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!. Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./LICENSE) licensed.