Skip to content

An inventory API built on Express and Mongoose using the NodeJS framework

License

Notifications You must be signed in to change notification settings

keyboardscience/inventoryjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

inventoryjs

An inventory API built on Express and Mongoose using the NodeJS framework

Modules

IJS is split into a few javascript modules:

  • app/utils/Clack - the project namespace
  • app/utils/ijsConfiguration - a configuration object that reads from app/utils/config/ijs.json
  • app/utils/ijsConnection - a database connection object that handles connections to the backend database (not currently implemented in app.js, just need a quick fix)
  • app/utils/ijsRouter - a api router (takes incoming http requests by URL and routes them to the appropriate endpoint) object

IJS stores all of its models in app/utils/models/. I'll have a diagram on backend design up shortly.

Immediate Todo's:

So much to do, so little time to do so. Here is a quick list of todos to make this a functional project:

About

An inventory API built on Express and Mongoose using the NodeJS framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published