Skip to content

swarnava-96/Django-Google-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Google Clone

Installation:

The Code is written in Python 3.7.11 If you don't have Python installed you can find it here. If you are using a lower version of Python you can upgrade using the pip package, ensuring you have the latest version of pip. To install the required packages and libraries, run this command in the project directory after cloning the repository:

1. First create a virtual environment by using this command:
conda create -n myenv python=3.7
2. Activate the environment using the below command:
conda activate myenv
3. Then install all the packages by using the following command
pip install -r requirements.txt
4. Then, in cmd or Anaconda prompt write the following code:
python manage.py runserver
Make sure to change the directory to the root folder inside cmd/Anaconda prompt.

Heroku Deployment:

Login or signup in order to create virtual app. You can either connect your github profile or download Heroku CLI to manually deploy this project.

Our next step would be to follow the instruction given on Heroku Documentation to deploy a web app.

image image image image

Application snapshots:

image image