antoinemcx / ExpressJS-Web-Starter-Template

ExpressJS complete template with migration management, authentication, error handling, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpressJS-Web-Starter-Template

Simple ExpressJS web server template by antoinemcx.
If you like the project, feel free to put a ⭐ ; If you need help, join the server support.

MIT Licence CodeFactor Stars Support server

Features

  • πŸš€ Ready to code
  • πŸ“ A complete file structure
  • πŸ“‘ MariaDB connection with migrations management
  • πŸ‘₯ Sign up and sign in systems
  • πŸ” Authentication system
  • ✏️ Page template with a simple header
  • ❌ Custom error paging

Setup the project

First, install the dependencies with npm i.
Then, create the files default.js and production.js in config/ based on the config-example.js.

Launch

Launch in development

$ npm start

Launch in production

$ npm run production

More information

For any errors found, please contact me here for exemple or do a pull request.
This repository is licensed under the MIT License. See the LICENSE file (here) for more information.

About

ExpressJS complete template with migration management, authentication, error handling, etc.

License:MIT License


Languages

Language:JavaScript 56.1%Language:EJS 28.0%Language:CSS 15.9%