A recipe bank for the IT-section in Chalmers.
npm install
in the backend directory, this requires npm to be installeddocker-compose up
to start the backend on port 4000, this requires docker-compose to be installedyarn
or yarn install
in the frontend directory, this requires yarn to be installedyarn start
to start the server on port 3000, this requires that the backend is already active