MongoDB Project & NodeJS Configuration
I am going to create a mongodb test environment and configure my node.js project to use that database. 1. Create a new project I will name the project as “Inspector”. You can store multiple...
Personal Blog
I am going to create a mongodb test environment and configure my node.js project to use that database. 1. Create a new project I will name the project as “Inspector”. You can store multiple...
https://github.com/enesccinar/nodejs-boiler Git Ignore Add .gitignore file to the project root folder. Project Structure SRC app.js models user.js routers user.js db mongoose.js middleware auth.js utils Main JS I add app.js to the main directory. I...