Startup package for a new project. Toolkit for automating painful or time-consuming tasks in your development workflow, I used webpack
- Direct download -> click here
If you have Windows system restart your computer
-
Using
npm
npm install --global webpack
cd project_path
npm install
- Create new folder
config
- Create new file
database.js
and add yours properties:module.exports = { database: `mongodb://username:password@localhost:port/databasename` }
module.exports = {
database: `mongodb://john:12345@localhost:27017/myDataBase` }