/Django_WebApplicaiton

Web Applicaiton Final Project in Subject "DSI202 Full Stack Software Development"

Primary LanguageHTML

DSI 202 Project

DSI202 Full Stack Software Development

ELON Webapp Project

Our Elon website is for anyone who wants to shop for themselves or others on the big day. But don't know what to buy So we have created a website for random products.

built with

  • HTML , CSS , JS
  • Python version 3.9.X
  • Django version 3.1.7
  • Database SQLite

installation

$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py collectstatic --no-input
$ python manage.py runserver

And navigate to http://127.0.0.1:8000.