The SpaceWiki API is designed to provide access to space-related content from our SpaceWiki platform. This API allows you to retrieve information about planets, stars, solar systems, and space-related vocabulary.
-
Clone the project
git clone https://github.com/Jamescog/SpaceWiki.git cd SpaceWiki
-
Create a virtual environment
- For Windows
pip install virtualenv # if you don't have virtualenv installed python -m venv venv venv\Scripts\activate
- For Linux
python -m venv venv source venv/bin/activate
-
Install dependencies
pip install -r requirements.txt
-
Run the server
py src\main.py -> for Windows python src/main.py -> for Linux
-
Access Documentation and Execute requests Fire up your favorite browser and visit either this or this.
Happy Coding! 🚀