An open API service indexing awesome lists of open source software.

https://github.com/pranavk-official/j-dev_miniproject

An Event management system for the campus built using Django and Python
https://github.com/pranavk-official/j-dev_miniproject

Last synced: 2 months ago
JSON representation

An Event management system for the campus built using Django and Python

Awesome Lists containing this project

README

        

# J-DEV_miniproject
An Event management system for the campus built using Django and Python

## How to configure
#### 1. Clone to https://github.com/Ajinkj/Event-s-Club.git
`git clone https://github.com/imrijutr/Event-Mentee.git`
#### 2. Create Virtual Environment
`python3 -m venv /path/to/new/virtual/environment`
#### 3. Activate the Virtual Environment
` source /bin/activate`

## How to Run
#### Run the server using the following command
`python manage.py runserver`