Skip to content

Abhishek-Jain-12072000/Weather-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather-API

1.1. Clone the repository (Windows/macOS)

   git clone https://github.com/Abhishek-Jain-12072000/Weather-API.git

2.1. Create virtual environment (macOS)

   virtualenv -p /usr/bin/python3.8 virtualenv

2.2. Create virtual environment (Windows)

   py -3.8 -m venv virtualenv

3.1. Activate virtual environment (macOS)

   source virtualenv/bin/activate

3.2. Activate virtual environment (Windows)

   .\virtualenv\Scripts\activate

4.1. Install requirements.txt (Windows/macOS)

   pip install -r requirements.txt

5.1. Run Server (Windows/macOS)

   python manage.py runserver

This will start the development server and you can access the API at http://localhost:8000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages