Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mesbol6647/mern-01-stokapp-

This project is a stock management application developed using the MongoDB, Express.js, React, and Node.js (MERN) stack. It allows users to add, update, and track the stock status of products.
https://github.com/mesbol6647/mern-01-stokapp-

cors deploy dirname express-static expressjs mongodb-database nodejs react

Last synced: 2 months ago
JSON representation

This project is a stock management application developed using the MongoDB, Express.js, React, and Node.js (MERN) stack. It allows users to add, update, and track the stock status of products.

Awesome Lists containing this project

README

        

MERN-01 Project(STOCK MANAGEMENT)
Image Example
Image Example
Image Example


Technologies β€’
Getting Started β€’
Collaborators β€’
Contribute


Description

This project is a stock management system developed using the MERN (MongoDB, Express.js, React, and Node.js) stack. The goal is to allow users to add and update products and easily track their stock status.

The project consists of the following main components:

-MongoDB: Used as the database management system. All product and stock information is stored in MongoDB.

-Express.js: A minimal web framework for Node.js used to manage server-side code and define API endpoints.

-React: Used to create the user interface, providing dynamic and interactive user experiences.

-Node.js: Used to run JavaScript on the server side, forming the backend of the application.

πŸ’»Features

- Product Addition and Update: Users can add new products and update existing product information.
- Stock Tracking: Users can track the stock status of products.
- Stock Alerts: Users can receive alerts for products that fall below a certain stock level.
- Mobile Compatibility: The user interface is mobile-friendly, created using React and MUI, TailwindCSS.
- User Management: Users can register and log in to the system
- Populate:Mongoose method used to replace a path in a document with actual documents from other collections. It's commonly used to reference related documents.

🎨 Layout

### ERD:

![ERD](./erdStockAPI.png)

---

πŸ’» Technologies

- Mongoose: An ODM (Object Data Modeling) library used to interact with MongoDB.
- Axios: A library used to manage HTTP requests.
- Redux: A library used for managing application state, utilized with Redux Toolkit.
- React Router: Used for navigation between pages in the application.
- dotenv: Used to manage environmental variables.

πŸš€ Getting started

Here you describe how to run your project locally

Cloning

How to clone your project

```bash
git clone https://github.com/mesbol6647/MERN-01-StokApp-.git
```

Starting

How to start your project

```bash
cd project-name
npm some-command-to-run
```

🀝 Collaborators

Special thank you for all people that contributed for this project.




Mesut Bolat Profile Picture


Mesut Bolat



πŸ“« Contribute

Here you will explain how other developers can contribute to your project. For example, explaining how can create their branches, which patterns to follow and how to open an pull request

1. `git clone https://github.com/mesbol6647/MERN-01-StokApp-.git`
2. `git checkout -b feature/NAME`
3. Follow commit patterns
4. Open a Pull Request explaining the problem solved or feature made, if exists, append screenshot of visual modifications and wait for the review!

Documentations that might help

[πŸ“ How to create a Pull Request](https://www.atlassian.com/br/git/tutorials/making-a-pull-request)

[πŸ’Ύ Commit pattern](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)

### Folder/File Structure: