To get this project up and running locally on your computer:
-
Set up the Python Virtual environment.
virtualenv env .\\env\\Scripts\\activate
-
Clone the repository
git clone https://github.com/PragatiVerma18/Resume-Station/
-
Assuming you have Python setup, run the following commands (if you're on Windows you may use
py
orpy -3
instead ofpython
to start Python):pip install django pip install django-avatars python manage.py makemigrations python manage.py migrate python manage.py collectstatic python manage.py createsuperuser # Create a superuser python manage.py runserver
-
Open a browser to
http://127.0.0.1:8000/admin/
to open the admin site -
Open tab to
http://127.0.0.1:8000
to see the main site, signup and then login to move to the create page or move tohttp://127.0.0.1:8000/resume/create