/pastry-showcase-counter

A user interface to display the expiration date of pastry items in the store's showcase counter."

Primary LanguageTypeScript

Pastry Showcase Counter

This project is a simple web application that allows users to order pastries and keep track of how many pastries have been sold. The front-end is built with React and the back-end is built with Node.js and Express. The application also uses a PostgreSQL database to store pastry and order data. Installation

To install the project, follow these steps:

  • Clone the repository using
git clone https://github.com/Sunny-Pirate/pastry-showcase-counter.git
  • Navigate into the project directory with cd pastry-showcase-counter
  • Install the required dependencies with npm install

Usage

To run the project, follow these steps:

  • Install the dependencies with npm install if you haven't already
npm install

Development

  • Just run the code with node.
npm run dev

Production

  • Create a production build and start the server with
npm run build
npm run start

Technologies Used

  • React
  • Next.js
  • Typescript

License

This project is licensed under the MIT License. See the LICENSE file for details.