An open API service indexing awesome lists of open source software.

https://github.com/benmalcom/benjamin-ikeji-seedrs


https://github.com/benmalcom/benjamin-ikeji-seedrs

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

## Running the project

* Clone the repository
* Create an `.env` file and copy the contents of `.env.example` into it. Also update the actual env values
* In the root of the project, run `docker-compose up`
* After the docker-compose command is finished successfully, Visit [localhost:3000](localhost:3000) to see the project

### Running the tests

#### To run the test type `yarn test` in the project root