Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 872 Bytes

README.md

File metadata and controls

39 lines (24 loc) · 872 Bytes

Githunter-Data-Provider

This project is a CRUD to maintain all static data used for Githunter.

How to run

Run locally

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.

Run using Docker

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

Contributing

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.

License

MIT