Create REST [[API]] for ✨3d-inventory✨ application connected to [[Mongo]] Atlas — solution that allows you to build a spatial and database representation of yours datacenters.
- RESTful [[API]] endpoints for managing datacenter inventory
- Integration with MongoDB Atlas
- Secure and scalable architecture
MongoDB
is aNoSQL
database that stores data inJSON
format.Express.js
is a web application framework for Node.js that simplifies the process of building web servers and APIs.- [[RxJs]] - Reactive Extensions Library for JavaScript.
- [[NodeJS]] is a
JavaScript
runtime that allows you to run code on the server-side.
Swagger [[API]] definition.
To get started with the 3D Inventory Mongo [[API]], follow the instructions below:
git clone https://github.com/karol-preiskorn/3d-inventory-mongo-api.git
cd 3d-inventory-mongo-api
npm install
npm start
This project is licensed under the MIT License.