Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solarluiso/product-store-app
Full Stack Product Management App built with React, Node.js and MongoDB.
https://github.com/solarluiso/product-store-app
chakra-ui expressjs mongodb nodejs reactjs zustand
Last synced: 8 days ago
JSON representation
Full Stack Product Management App built with React, Node.js and MongoDB.
- Host: GitHub
- URL: https://github.com/solarluiso/product-store-app
- Owner: solarluiso
- Created: 2024-11-12T01:23:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T23:49:07.000Z (about 1 month ago)
- Last Synced: 2025-01-02T00:25:41.514Z (about 1 month ago)
- Topics: chakra-ui, expressjs, mongodb, nodejs, reactjs, zustand
- Language: JavaScript
- Homepage: https://product-store-app-tkmt.onrender.com
- Size: 912 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Store App
The Product Store App is a full-stack web application designed to manage and display products. It features a responsive UI built with React.js and Chakra UI, a backend powered by Node.js and Express.js, and MongoDB for data storage.
![Demo App](/frontend/public/demo.png)
## Features
- API building
- Responsive UI With React.js and ChakraUI
- Error Handling
- Deployment## Installation
To install the dependencies, run the following command:
```shell
npm install
```## Usage
Create a `.env` file in the root directory and add the following environment variables:
```shell
MONGO_URI=your_mongo_uri
PORT=5000
```To build the application, run:
```shell
npm run build
```To start the application, run:
```shell
npm run start
```## Deployment
To deploy the application, you can use services like Heroku, Vercel, or any other cloud provider. Make sure to set the environment variables in your deployment settings.
## Contributing
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
## License
This project is licensed under the MIT License.