Instructions for setting up and using your project locally.
- Python 3.9 or later
- Docker (optional, for containerization)
- Postgres
-
Clone this repository to your local machine:
https://github.com/Carti23/InDev.git cd InDev
-
Build the Docker image from the project directory:
docker-compose build
-
Run the Docker container:
docker-compose up
-
Make Migrations
docker-compose run --rm web-app sh -c "python manage.py makemigrations"
Contributions to this project are welcome. Follow these steps to contribute:
-
Fork the repository and clone your fork:
git clone https://github.com/your-username/your-project.git cd your-project
-
Create a new branch for your changes:
git checkout -b feature/new-feature
-
Make your changes, commit, and push to your fork:
git add . git commit -m "Add new feature" git push origin feature/new-feature
-
Create a pull request describing your changes.
This project is licensed under the [Your License Name] - see the LICENSE file for details.
Access the Swagger API documentation at http://localhost:8000/swagger/ for more details on the API endpoints and usage.