ResumeBuilder-Django

Minimum specifications required to run the application

Python to be installed
Django library to be installed
If django is not installed, open the cmd and type the following command

pip install django

To Run the web application

Download the above given files and place them all in same folder
open cmd and go the path of folder where the above files are present
Run the following commands

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

Then the server will be running at the url - https://127.0.0.1:8000

Contributions

The design of UI- the web pages design was made by the user @darkracer3010
Profile: https://github.com/darkracer3010
The function and processing of the data, users to be stored is managed by user @MdNihalShareef
Profile: https://www.github.com/MdNihalShareef