This is a team project for the subject Tools of Software @ELTE.
API Builder is a tool that help you generate APIs from your data!
- You register for an account to our API Builder tool website.
- Then you will be able to create a project.
- A project is your space to create your API.
- Then you can upload your data or inject the data manually through the UI.
- Finally you will have a generated URL where you can apply requests on this URL and modify the data inside this project.
- The history of changes over the project will be tracked an you can go back to the data at any state of time!
Currently we don't have CD system so there is no factories, but you still can run the docker.
So you can run the program as follows:
git clone git@github.com:Aldokimi/API-Builder.git
cd backend
docker build -t api-builder-api:latest .
cd fronted/API-Builder-UI
docker build -t api-builder-gui:latest .
docker-compose up