Description | Features | Result | Technologies | Installation | Usage | Disclaimer
This project was created using Python, Django and Tailwind to resemble a marketplace where users can put their old teddy bears up for sale.
Here's an overview of the technologies used to build this template application:
Python is a high-level programming language used for backend development.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
Tailwind CSS is a utility-first CSS framework for creating custom designs without having to leave your HTML.
I also used:
If you already have Python and Django installed, you can skip the steps below. If you do not have them installed, follow these steps:
brew install python
Create:
python3 -m venv venv
Activate the virtual environment:
source venv/bin/activate
pip install django
Navigate to root/docs and follow these steps:
python manage.py migrate
python manage.py createsuperuser
Navigate to root/docs and follow these steps:
python manage.py runserver
http://127.0.0.1:8000/
http://127.0.0.1:8000/admin/
to log in with the superuser account.This project is a work in progress and is intended for educational purposes. Use at your own risk and contribute to improve its functionality.