Jolaolu / essential-kit

A Boilerplate for all the boring stuffs πŸ”₯😎

Home Page:https://essential-kit-mwyshmkzdo.now.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Essential-kit

Made in Nigeria

Essential

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

  • MVC Folder Structure πŸ™
  • Form/Form Validation (would be ready in Beta 2)
  • Database Models (MongoDB Available for now) πŸ’Ύ
  • Authentication (would be available in Beta 2/3) πŸ”
  • Pug Templating engine (You can change it if you want to)
  • CSRF Protection πŸ”‘
  • Working Favicon 😎
  • More Stuffs coming...πŸ”₯πŸ”₯πŸ”₯

form

Don't worry we got your 404 page covered

404

Installation

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

Run

  • simply run npm run essential
  • visit your application on http://localhost:3333 (you can specify you custom port in the .env file)

success

Special Addition

The Beautiful Gradients used was generated using web Gradients πŸ”₯πŸ”₯πŸ”₯

About

A Boilerplate for all the boring stuffs πŸ”₯😎

https://essential-kit-mwyshmkzdo.now.sh/

License:MIT License


Languages

Language:JavaScript 46.1%Language:HTML 42.5%Language:CSS 11.5%