This project is a CRUD to maintain all static data used for Githunter.
After clone this repository, execute this command on terminal for make sure to install all the dependencies:
yarn install
After that, you can run the application:
yarn dev
And you can open http://localhost:3333 to view it in the browser.
To run with docker-compose, open your cloned project and navigate into the root directory. Then, open a terminal session and enter the following:
docker-compose up -d
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.