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
praniti bhandari
Courses Plus Student 49 PointsNode js
Can i dvelop a full working inventory management system using Node js on the backend??
2 Answers
jason chan
31,009 Pointsyes, but you have to understand mongo db.
Mongo is the database for the mean stack.
you may fork a project below for inventory system with the meanstack
Ken Alger
Treehouse TeacherPraniti;
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
jason chan
31,009 Pointsthanks for correction.