This is a simple Beverage Store App built using MERN stack. This app is divided into user and admin UI. The users can see what are available beverages with their image, name and price. Admin can do CRUD operations for the beverages in admin panel.
- Add new beverages
- Update beverages
- Delete beverages
To get a copy of this project up and running on your local machine for development and testing purposes, follow these steps:
- Clone the repository:
git clone https://github.com/udara885/beverage-inventory.git
- Navigate to the project directory.
- Open terminal and run:
npm run build
- After that:
npm start
- You will get the link to the application and open it using your preffered browser.
- The link you got is the UI that users see, To open admin UI type
/admin
after the link you got and press enter.