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
- 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
Start the server:
$ npm start
or
$ npm run dev
View the website at: http://localhost:1337/
- 1.0.0
- The First Release
- StereoPT - Initial work - StereoPT
This project is licensed under the MIT License - see the LICENSE.md file for details
- Fork it (https://github.com/StereoPT/pdf-manhwa/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request