Foodfy is a community recipe repository, where people can create and share their favorite recipes. Created during the Launchbase bootcamp, as a completion project.
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.
- Fork it (https://github.com/ricassiocosta/foodfy/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Ricássio Costa – Linkedin – riksiocosta@gmail.com
Distributed under the MIT license. See LICENSE
for more information.