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
To run the project, follow these steps:
- Install the dependencies with npm install if you haven't already
npm install
- Just run the code with node.
npm run dev
- Create a production build and start the server with
npm run build
npm run start
- Navigate to http://localhost:3000 in a web browser to use the application
- React
- Next.js
- Typescript
This project is licensed under the MIT License. See the LICENSE file for details.