Welcome to the Musical Gear Store API!
-
Clone the repository:
git clone https://github.com/EmanuelCG/musical-gear-api.git
-
Navigate to the project directory:
cd your_project
-
Install the dependencies:
pip install -r requirements.txt
-
Set up your virtual environment and activate it.
-
Run the development server:
python manage.py runserver
-
Open your web browser and visit
http://localhost:8000
to see the application in action.
If you want to contribute to this project, follow these steps:
- Fork the project.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit them (
git commit -am 'Add a new feature'
). - Push to the branch (
git push origin feature/new-feature
). - Create a pull request.