This web app for a CRUD project based in a List of Articles for Sale.
Developed with Python, Django, Html and MySQL
Clone or download the repository:
https://github.com/noisecodex/crud_python_django.git
Go to the project directory:
cd crud
Create a virtual environment (PowerShell):
python -m venv venv .\venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
Make migrations for the database:
py manage.py makemigrations app
py manage.py migration
Run the app:
py manage.py runserver
Contributions are always welcome!
Fork this repository;
Create a branch with your feature:
git checkout -b my-feature
Commit your changes:
git commit -m "feat: my new feature"
Push to your branch:
git push origin my-feature
@noisecodex
This project is under MIT License.