Cooking groove application helps people to find friends to cook and eat together and also to share ingredients. The users can create their own cooking grooves, add the missing ingredients, participate and comment on the grooves of other.
The application is designed for mobile devices first, but it is also fully responsive.
Fly.io
- Clone the repository with
git clone <repo>
- Setup the database by downloading and installing PostgreSQL
- Create a user and a database
- Create a new file
.env
- Copy the environment variables from
.env-example
into.env
- Replace the placeholders xxxxx with your username, password and name of database
- Install dotenv-cli with
yarn add dotenv-cli
- Run
yarn install
in your command line - Run the migrations with
yarn migrate up
- Start the server by running
yarn dev
Thank you for viewing!