An App Allow user to see all recipes and can create his own recipe.
As a user I want to...
See all recipes
See one recipe
Create My own recipe
Website Link:My Recipe
- App Architecture
- file Structure
- public
|__ dom.js
|__style.css
- src
|__ database
|_db_build.js
|_db_connection.js
|_db_bulid.sql
|__queries
|_get.js
|_set.js
|__ views
|_layout
|_main.hbs
|_partials
|_home.hbs
|_recipe.hbs
|__app.js
|__server.js
|__test
|_db_test.js
|_test.js
- .gitignore
- git clone this repo (https://github.com/FACK1/My-Recipe.git)
- Open your command line.
- Put in terminal : npm install .
- create database **CREATE DATABASE ; **
- create uesrname and password CREATE USER with password ;
- grant prinileges GRANT ALL PRIVILEGES ON DATABASE TO ;
- make config.env file and put DATABASE_URL= postgres://user:password@localhost:5432/dbname
- Put in terminal : node database/db_build.js.
- Then put in terminal : npm run dev to run the server.
- Open your browser and put in terminal: localhost:3000.
- Al Mutaz BeAllah
- Mohammad Al Sharif
- Razan Tayem
- Sama' Amro

