Restockify+: Empowering Applications with a Robust ReST API
Restockify+ is an exceptionally powerful ReST API meticulously crafted using NodeJS and MongoDB. Whether you're looking to build an inventory management system, Restockify+ offers the backbone needed to bring your vision to life.
Before getting started, make sure you have the following installed:
- Node.js - http://nodejs.org/
- MongoDB - https://www.mongodb.org/
To start the application, follow these steps in your terminal or command prompt. If you're on a Linux machine, you may need to prefix commands with sudo
.
-
Start MongoDB ⚙️:
- MS Windows:
Browse into your MongoDB installation folder and into the "bin" directory.
Run
mongod.exe
. Example path:C:\Program Files\MongoDB 2.6 Standard\bin\mongod.exe
- GNU/Linux:
Run
./mongod
in the terminal.
- MS Windows:
Browse into your MongoDB installation folder and into the "bin" directory.
Run
-
Install dependencies 📦:
npm install
- Run the server:
node server
- Open your browser and navigate to http://localhost:3001 💻
This project was created by Felipe Alfonso Gonzalez, a talented Computer Science Engineer. You can reach him via email at f.alfonso@res-ear.ch.
Special thanks to Reuben Azi, a skilled Software Engineer, for his valuable contributions to this project. You can contact him via email at cheerantz@gmail.com.