https://github.com/benmalcom/benjamin-ikeji-seedrs
https://github.com/benmalcom/benjamin-ikeji-seedrs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/benmalcom/benjamin-ikeji-seedrs
- Owner: benmalcom
- Created: 2021-04-27T21:11:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T21:19:04.000Z (over 5 years ago)
- Last Synced: 2025-03-30T14:33:26.811Z (over 1 year ago)
- Language: JavaScript
- Size: 259 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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