A MERN stack-based inventory management application
You must have the following installed on your local machine.
- Node.js (version 16 and up)
- Yarn
- MongoDB (Community Edition)
To install all the dependencies required by the app, simply execute yarn app-install
from the root location. In order to initialize the database, you must run the command yarn seed
from the terminal.
To run the application (frontend and backend, just execute the command yarn start
in the terminal window.