Skip to content

StereoPT/express-boilerplate

Repository files navigation

Express Logo

Installation

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

Clone the Project to your target location.

Installation is done using the npm install command:

$ npm install

Features

  • Environment Variables (dotenv)
  • Logger Middleware (morgan)
  • Security Middleware (helmet)
  • Cross-Origin Resource Sharing (cors)
  • REST Routes:
    • Get
    • Post
    • Put
    • Delete
  • Middlewares:
    • Route not Found
    • Error Handler

Quick Start

Start the server:

$ npm start

or

$ npm run dev

View the website at: http://localhost:1337/

Release History

  • 1.0.0
    • The First Release

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Contributing

  1. Fork it (https://github.com/StereoPT/pdf-manhwa/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request