Skip to content

MrKren/quantchef

Repository files navigation

QuantChef

A social media for people who like to cook and know the specifics.

QuantChef aims to focus on providing useful information and metadata relating to recipes such as accurate recipe times, calorie counts, washing up produced and cost per portion. It also aims to make the creation and sharing of recipes easy!

Development

Requirements

The app is built using a GO backend and React frontend and for development environments the app is run in docker; so in order to develop you must have the correct software installed.

  1. Download and install docker and docker compose

  2. Download and install GO

  3. Download and install nodejs (Or install and use NVM)

  4. Install yarn

MAKE commands

To build the docker image used for development:

`make build`, `make build-fe`, `make build-be`

To start the server on http://localhost:3000:

`make up`

Linting

To run linting:

`make lint`, `make lint-fe`, `make lint-be`

To run linting with auto formatting:

`make fmt`, `make fmt-fe`, `make fmt-be`

About

A social media for people who like to cook and know the specifics.

Topics

Resources

Stars

Watchers

Forks