/prody-2023

PRODYOGIKI'23 WEBSITE WITH BACKEND AND FRONTEND

Primary LanguageCSS

PRODY KA LOGO

PRODYOGIKI'23

This website is using django backend. All you need to do is to go through https://docs.djangoproject.com/ so that you get the basic knowledge that how things are working in django.

Steps to follow ✏️:

  1. First of all install Django:
  python -m pip install Django
  1. Clone the repository:
git clone https://github.com/lucifer1708/prody-2023.git
  1. Change the directory to prody-2023 using:
cd prody-2023
  1. Create a virtual environment:
pip install virtualenv
virtualenv venv
  1. Activate the virtual environment
source venv/bin/activate
  1. Now install all the packages which are being used in this project:
pip install -r requirements.txt
  1. Now run the development server:
python manage.py runserver

Roadmap 🌏

  • Adding signup login stuff (:heavy_check_mark:)
  • Email Confirmation for registering accounts (:heavy_check_mark:)
  • Adding Models to show events (:x:)
  • Adding Profile page for user (:x:)
  • Adding Sponsor Model (:x:)

My choice for coding 😛

VIM KA LOGO