Save time building up your express applications by using this boilerplate
1.) Clone this repository
2.) Locate to the project directory
3.) Install the packages that is needed for this boilerplate.
npm install
express
cors
morgan
nodemon
dotenv
body-parser
4.) Start the server
npm run dev:start
or
npm start
and you're done!
See the server running at http://localhost:80
Happy Coding!