Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 855 Bytes

readme.md

File metadata and controls

15 lines (8 loc) · 855 Bytes

Welcome to the Anythink Market repo

To start the app use Docker. It will start both frontend and backend, including all the relevant dependencies, and the db.

Please find more info about each part in the relevant Readme file (frontend and backend).

Development

When implementing a new feature or fixing a bug, please create a new pull request against main from a feature/bug branch and add @vanessa-cooper as reviewer.

First setup

Run all scripts in the next quests on one of the containers created by docker-compose up. Also, you can use docker exec to run commands on a running container

[TODO 05/01/2018 @vanessa-cooper]: It's been a while since anyone ran a fresh copy of this repo. I think it's worth documenting the steps needed to install and run the repo on a new machine?