Skip to content

duclm278/msd-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Management

ReactJS + NodeJS/ExpressJS + PostgreSQL

You can fork the app or you can git clone the app into your local machine. Once done that, please install all the dependencies by doing the followings:

  • Install Nodejs: https://nodejs.org/en/

  • Install PostgreSQL: https://www.postgresql.org/

  • Go to PostgreSQL\15\bin, open in CMD and run:

    $ psql -h localhost -d restaurant -p 5432 -U postgres -f filePath
    
  • Example:

    $ psql -h localhost -d restaurant -p 5432 -U postgres -f ".\msd-project\restaurant.sql"
    
  • Or you can you use backup file, create database and restore by pgAdmin using backup file.

  • Go to https://cloudinary.com and register, get the cloud detail.

  • Install dependencies for both client and server:

    $ cd client
    $ npm install
    $ cd ../server
    $ npm install
    
  • Note! Set your environments variables in server/.env.

  • Start client:

    $ cd client
    $ npm start
    
  • Do the same for server:

    $ cd server
    $ npm start
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages