-
To run this project yourself, you need to have Python 3.6+ installed on your system.
-
Clone this repository onto your github either by using the GUI or the following command:
git clone https://github.com/vijay-varadarajan/VedAssist2.git
- Install the required packages using the following command:
pip install -r requirements.txt
- Run the following command to start the server:
python manage.py runserver
- Open the following link in your browser to view the web application:
http://127.0.0.1:8000/
-
Refer issues tab to see current issues.
-
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.