GithubHelp home page GithubHelp logo

gemo's Introduction

Coffee Shop Repo

You can try our application at: https://restaurant.duongphan.com/

This repository contains two sub-repositories for a coffee shop project.

Application Flow

Application Flow

Pricing Frontend (1.2.pricing_UI/pricing)

This sub-repository contains the frontend code for the pricing module.

Frontend Tech Stack:

  • ReactJS
  • Redux

Running the Frontend

To run the frontend, follow these steps:

  1. Make sure your machine has npm installed.
  2. Run npm install to install the required packages.
  3. Create a .env file, following the structure of the .env.example file, to load the environment variables required for the application.
  4. Run npm start to start the ReactJS application. It will be accessible on PORT 3000.

Pricing Backend (1.3.pricing_be)

This sub-repository contains the backend code for the pricing module.

Backend Tech Stack:

  • Node.js
  • MongoDB

Running the Backend (Optional)

  1. You can use my setup backend expose API by setting .env in the frontend folder REACT_APP_BACKEND_URL=https://restaurant.duongphan.com/api. This way, you can use my backend provided API directly and do not need to set up the backend on your local machine.

  2. To run the backend on your local machine:

    1. Run npm install to install the required packages.
    2. Create a .env file, following the structure of the .env.example file, to load the environment variables required for the application.
    3. Change the value of DB_NAME in the .env file to use your own testing database name.
    4. Run nodemon start to start the Node.js application. It will be accessible on PORT 8005.

gemo's People

Contributors

phanthaiduong22 avatar thong-do avatar vietanhdev avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.