A weather forcasting web application. Know weather conditions of a specified location.
- Please make sure that you have:
- Node.js installed (https://nodejs.org/)
- Python3 installed (https://www.python.org/downloads/)
To run the project, please use the following commands:
npm run dev- Run this command in frontend directory and it will run the localhost server at port 3000.
- Open http://localhost:3000 with your browser to see the result.
python manage.py migratepython manage.py runserver- Run this command in backend directory and it will run the localhost server at port 8000.
- send your requests to http://localhost:8000 to see the result.
Created By- Kashish goyal