Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
/ storage-system Public archive

Fullstack application for managing a storage/inventory system.

License

Notifications You must be signed in to change notification settings

devkcud/storage-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Storage System - Discontinued

Fullstack application for managing a storage/inventory system.

Built with local development in mind. May not be suitable for online production use.

Features

  • REST API
  • MongoDB

Running MongoDB service

Before running the API, a MongoDB service must be running on port 27017 (default).

Systemd:

# systemctl start mongodb.service

MongoDB daemon (using config file):

# mongod --config /etc/mongodb.conf

MongoDB daemon (using flag):

# mongod --port 27017

Running the API

WARNING: If the MongoDB service is not running, the API will NOT work.

If you are on Unix, you can run the API with:

$ cd api/
$ make build run

Running Web UI

TODO

License

Currently using MIT license. View here

About

Fullstack application for managing a storage/inventory system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published