ExpressApp This is simple bloging system with admin. To Clone the project and run in your local system git clone https://github.com/sudeshkumar147/expressApp.git npm install yarn install If you have not configured .env file you have to copy .env.example file name as .env before run For Linux and Mac DEBUG=myapp:* npm start For Windows set DEBUG=myapp:* & npm start