Skip to content

Application inventory management system. A place to play with golang, mongo, and vue.js

License

Notifications You must be signed in to change notification settings

gregfelice/appinv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Appinv - A system for managing applications and their underlying configuration items.

We're using go on the backend, and vue on the front. Using mongo for the database. Just need to bang out the basic CRUD functions first, don't bother with spreadsheet view.

Reference: Things Chosen

Database Related

Testing Related

Under Evaluation

Reference: Alternatives Reviewed

Log

TEST LOG ENTRY

Mon Aug 21 14:34:55 2017

Next thing is to handle ErrNotFound conditions.

Mon Aug 21 12:32:29 2017

Done. OK - Moving the crud code from the unit test into a dao object.

Stories

Load applications from excel sheets

ok - what we're dealing with here - getting shit loaded into mongodb from excel. ok - the basics are working.

GET applications via REST service

ok - want to pull the data from the database, test with a curl call. ok - we can do it now. returns a list from the database.

POST applications DELETE applications PUT applications

View applications

ok - we want to do this with vue. get from REST call, make pretty

Search applications

GET ci POST ci DELETE ci PUT ci

About

Application inventory management system. A place to play with golang, mongo, and vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published