- 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
- express
- pg
- sequelize
- dotenv
- apollo-server-express
- graphql
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
- Website Neeraj Parmar
- GitHub nkp1111
- Twitter - @nkp11111507