Express Backend w/ Mongodb, ES6, ESLint, requires Node.js v12+ to run.
- Express
- Mongodb
- Nodemon
- ESLint w/ Standard
-
Clone the repository git clone https://github.com/enestatli/backend-boilerplate
-
Go inside the local repo
cd backend-boilerplate
-
Make sure to set /env variables correctly before running the app.
-
Make it your own
rm -rf .git
-
Install packages
npm install
and nodemon globallynpm install nodemon -g
-
Run the app
nodemon