Skip to content

luongnamkhanh/msd-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

#Restaurant managemnt (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 running

$ 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 pathToFile
Example: psql -h localhost -d restaurant -p 5432 -U postgres -f "E:\HUST\2022.1\Management of Software Development\msd-project\restaurant.sql"
$ Go to https://cloudinary.com and resgiter, get the cloud detail
$ Run npm install (both client and server file)
$ set your env variables
$ npm start (both client and server file)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%