Project Title

Planetary API using Flask --> This project is for anyone who is just getting started with REST API

Getting Started

To get started you must have python 3 up and running on your system.

Ruuning the application

Create a virtual environment using the following scripts:

python3 -m venv ["name of your Virtual Env"]

Install the the libraries used for this project by copying and pasting the below script in your terminal

pip install -r requirements.txt # This will install the libraries used for this project