The-Real-Thisas / atlas-go-api

Home Page:https://atlas-revision-api.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Atlas Revision API

This is the core API for the Atlas Revision project. It provides question data for the website. All questions are from CIE.


Initialize Data

Note: This is assuming that data.json is present and the commands are run from project root.

# Creates questions.json
cd data && python3 questions.py && cd ..

# Creates topics.py
cd data && python3 topics.py && cd ..

# One liner
cd data && python3 questions.py && python3 topics.py && cd ..

Build Project

Note: This assuming that the json files questions.json and topics.json is present and the command is being run from the project root.

./build.sh

Test Project

Note: This assuming that the json files questions.json and topics.json is present and the command is being run from the project root.

./test.sh

About

https://atlas-revision-api.herokuapp.com


Languages

Language:Go 64.9%Language:Python 28.2%Language:Dockerfile 4.5%Language:Shell 2.4%