Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

Node js

Can i dvelop a full working inventory management system using Node js on the backend??

2 Answers

yes, but you have to understand mongo db.

Mongo is the database for the mean stack.

mean.io

you may fork a project below for inventory system with the meanstack

https://github.com/dangular/storeroom83

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Praniti;

While jason chan is correct about MongoDB being used in the MEAN stack, it is by no means the only option available for Node.js development. If you like other databases there are plenty of options available. A small sampling of options is:

  • Cassandra
  • CouchDB
  • LevelDB
  • MySQL
  • Neo4j
  • PostgreSQL
  • Redis
  • SQLite
  • ElasticSearch

If you search the npm site I am sure you can find other options as well.

Happy coding,
Ken

thanks for correction.