UNPKG

mean-guide-backend

Version:
61 lines (37 loc) 1.86 kB
# mean-guide-backend ## Resources * [Learn][1] Node + Express from Scratch (for free!). * [Creating a REST API with Node + Express (+ MongoDB)][2]. ### Section 4 Resources * Mongoose [Docs][3]. * MongoDB [Docs][4]. * MongoDB Atlas [Docs][5]. ### Section 6 Resources: * Multer [Docs][6]. ### Section 7 Resources: * [Discussion][7] on Pagination & Mongoose. ### Section 8 Resources: * More on [JWT][8]. ### Section 9 Resources: * [Mongoose Relations][9] (and how you could combine them when fetching data). ### Section 11 Resources: * [Understanding][10] Environment Variables. ### Section 12 Resources: * AWS Elastic Beanstalk [Documentation][11] ### Section 13 Resources: I got a lot of other high-quality & bestselling courses you might be interested in: https://academind.com/learn/our-courses/ I'd love to welcome you on board of any of these courses! :-) Also don't forget to subscribe to my newsletter on https://academind.com/ to receive the latest updates and exclusive offers! And in case you didn't know: On the same page as well as on my YouTube channel I got loads of additional tutorials. Last but not least - I tweet on @maxedapps and on @academind_real, would love to see you there! [1]: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Express_Nodejs [2]: https://academind.com/learn/node-js/building-a-restful-api-with/ [3]: http://mongoosejs.com/docs/guide.html [4]: https://www.mongodb.com/ [5]: https://www.mongodb.com/cloud/atlas [6]: https://github.com/expressjs/multer [7]: https://stackoverflow.com/questions/5539955/how-to-paginate-with-mongoose-in-node-js [8]: https://jwt.io/introduction/ [9]: http://mongoosejs.com/docs/populate.html [10]: https://www.twilio.com/blog/2017/08/working-with-environment-variables-in-node-js.html [11]: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/Welcome.html