In this article we will create a simple crud rest api using node js express and will connect to the mongodb database. Express is a framework for building web applications on top of Node.js. It simplifies the server creation process that is already available in Node. In case you were wondering, Node allows you to use JavaScript as your server-side language.
#nodejs #express #mongodb
code here: https://github.com/lemoncode21/nodejs...