1. Clone the repository:
git clone https://github.com/Kalebe614/django-CRUD.git
2. Navigate to the project directory:
cd django-CRUD
3. Install the dependencies:
pip install -r requirements.txt
4. Run the database migrations:
python manage.py migrate
5. Execute the project:
python manage.py runserver
Now you can open: http://localhost:8000 or http://127.0.0.1:8000 to view it in the browser.
CRUD app was built by Kalebe de Oliveira
- Email: [email protected]
- GitHub