Skip to content

Photon - This is a simple & fast nodejs boilerplate for easy setup of microservices.

License

Notifications You must be signed in to change notification settings

david-saint/nodejs-api-boilerplate

Repository files navigation

Photon

Made in Nigeria

Aren't you tired of remembering all the essential packages you need just to craft a simple application, well this is for you.

What you get

  • Proper Route Structure
  • Plug and Play Validations
  • Sequelize ORM (MySQL by default) 💾
  • Authentication JWT 🔐
  • REST resources (Like laravel's JSON resources)
  • CSRF Protection 🔑
  • More Stuffs coming soon... 💩

Installation

  • clone the repo (would publish to npm soon)
  • run yarn
  • run cp .env.example .env to copy the contents from .env.example to .env which would be created
  • configure your newly created .env file

Run

  • simply run yarn start
  • visit your application on http://localhost:7070 (you can specify you custom port in the .env file)

About

Photon - This is a simple & fast nodejs boilerplate for easy setup of microservices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published