Skip to content

codexnoise/crud_python_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Polls Web App

This web app for a CRUD project based in a List of Articles for Sale.

Tech Stack

Developed with Python, Django, Html and MySQL

Installation

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

Contributing

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

Author

@noisecodex

License

This project is under MIT License.

About

A CRUD project with python and django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published