nkp1111 / recipe-management-app

Home Page:https://recipe-management-app.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recipe Management App

  • Allow user to create recipes
  • Made with express, postgres, sequelize and graphql
  • Allow user to make recipe with given name, description,instruction and ingredients
  • Allow user to modify recipe data
  • add/remove multiple ingredients
  • change ingredients data
  • delete recipe

Links

Built with

  • express
  • pg
  • sequelize
  • dotenv
  • apollo-server-express
  • graphql

How To Use

To clone and run this application, you'll need Git, Postgres, Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/nkp1111/recipe-management-app.git

# Install dependencies
$ npm install

# provide proper values for environment variables in .env file

# Run the app
$ npm start

Contact

About

https://recipe-management-app.vercel.app


Languages

Language:JavaScript 100.0%