/Foodfy

Foodfy is a community recipe repository, where people can create and share their favorite recipes

Primary LanguageJavaScriptMIT LicenseMIT

Foodfy

Foodfy is a community recipe repository, where people can create and share their favorite recipes. Created during the Launchbase bootcamp, as a completion project.

Installation

First of all, to run this application you need to have to setup the database indicated in database.sql.
After that, you must to setup the following environment variables:

DATABASE_USERNAME
DATABASE_PSWD
DATABASE_HOST
DATABASE_PORT
DATABASE_NAME

With the database and environment variables configured, you can run the commands bellow:

yarn install
node seed.js
yarn start

you can use both yarn or npm

The default password for any user created is '1234'. The admin users are randomly created.

Contributing

  1. Fork it (https://github.com/ricassiocosta/foodfy/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Who am I?

Ricássio Costa – Linkedinriksiocosta@gmail.com

Distributed under the MIT license. See LICENSE for more information.