Preface is a simple webapp to organise you read list, give reviews and etc ...
Inside '/api' directory:
First, install dependencies with yarn install.
Start you mongoDB docker instance with
docker-compose build and
docker-compose up
Then, start the API with a
yarn start
. The API will listening on port 3003.
Inside '/client' directory:
First, install dependencies with yarn install.
Start dev server with yarn start.
First, install dependencies with yarn install.
Build app with yarn build