About | Features | Technologies | Requirements | Starting | License | Author
CS50W Commerce-Auctions Django project - YT video
✔️ Models;
✔️ Active Listings page;
✔️ Create Listing;
✔️ Listing Details page;
✔️ Watchlist;
✔️ Categories;
✔️ My Listings;
✔️ Admin Dashboard Control;\
The following tools were used in this project:
Before starting 🏁\
- you need to have Git and \
- Python 3.9 installed. Also check pip if not already installed.\
- *optional (recommended): pipenv
# Clone this project
$ git clone https://github.com/AH-SALAH/CS50W-commerce
# Access
# cd to the base folder if not already there
# Install dependencies
$ pip install pipenv
$ pipenv install
$ pipenv shell
# create db
$ py manage.py makemigrations
$ py manage.py migrate
# create super user & follow instructions
$ django-admin createsuperuser
# Run the project
$ py manage.py runserver
# The server will initialize in the <http://127.0.0.1:8000> in dev modeThis project is under the license of CS50W.
Made with 🦆 by AH-SALAH