Skip to content

HungryVery is a full-stack web application built using PostgreSQL, Express.js, React.js and Node.js. Users are able to signup and log into the platform, view menus from a variety of restaurants and order food.

Notifications You must be signed in to change notification settings

fuadsahmawi/HungryVery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HungryVery

Ensure that there is a working version of the following before continuing: Node JS NPM PostgreSQL

EXPRESS SERVER

Run the following commands to prepare the node-module dependancies:

  • npm install pg
  • npm install express

Using psql, perform a read file operation on the file initwithpopulate.sql:

  • \i <path/to/initwithpopulate.sql>

In the server folder, start the express server by using the following command:

  • node expressServer.js

REACT SERVER

Inside the frontend folder, perform the following command to install all dependancies of the react application:

  • npm install package.json

While in the same folder, begin the server by typing the following:

  • npm start

About

HungryVery is a full-stack web application built using PostgreSQL, Express.js, React.js and Node.js. Users are able to signup and log into the platform, view menus from a variety of restaurants and order food.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •