Skip to content
/ clima Public

⛅ A Weather App - Class 11 Computer Science Project (2019-20)

Notifications You must be signed in to change notification settings

arhaanb/clima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Started with Clima

Make sure you have python 3.8 installed as an environment variable.

Locate the clima folder using command prompt
cd clima

Setup a virtual environment using pipenv
pip install pipenv
pipenv shell

Install Django
pipenv install django

Start the server
cd the_weather
python manage.py runserver

You can now view the project live at https://localhost:8000.

About

⛅ A Weather App - Class 11 Computer Science Project (2019-20)

Topics

Resources

Stars

Watchers

Forks