Skip to content

huyleminh/the-coffee-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

478 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THE COFFEE SHOP

Description

The Coffee Shop is a web application which assists the demand of enterprises and customers in buying and selling coffee. The project is inspired by the idea of helping small coffee stores easier to approach their clients through digital environment - the Internet.

Technologies

  • Front-end: Built with ReactJs, if you don't know it, please visit React
  • Back-end: Built with ExpressJs, if you don't know it, please visit Express
  • Database: This project uses the database cloud service which is provided by Heroku Clear DB service

Live demo

https://thecoffeeshop.vercel.app/

Usage

  • Before running the project, please install NodeJS, version 14.x is highly recommended.

  • Please intall all packages:

    • Install all packages for the server:

      npm run install-server
      

      or

      cd server
      npm i
      
    • Install all packages for the client:

      npm run install-client
      

      or

      cd client
      npm i
      
    • You must run the server first:

      npm run server
      
    • Then create a new terminal window to run the client

      npm run client
      
  • Now enjoy the app!

Contributors

We are Ga Chien Pro Max team from University of Science - National University of Ho Chi Minh city

Here is our members:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors