Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWhere can I find a Mongoose ES6 example? #33
Labels
Comments
|
Hi @tomsoderlund , you might find my express-es6-starter useful. I use Mongoose for creating schemas and applying db operations. Hope it helps! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


Sorry if this is off-topic, but I love the structure of
express-es6-rest-apiand I'm struggling to use it with Mongoose. If anyone can point me to an example, that'd be great.I saw the restful-mongoose link in the README, but that's a bit too automagic to me, I need more control.