VCode-API
This is a backend for VCode Editor for saving & retriving data through the API.
Step 1. Clone the Repo
$ git clone https://github.com/thetejasmagade/Weather-App.git
Step 2. Go to the Destination
$ cd vcode_api
Step 3. Download the Requirements
For python 2.x
$ pip install -r requirements.txt
For python 3.x
$ pip3 install -r requirements.txt
Step 4. Start the Server
$ python manage.py runserver
Now you are good to go....