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.
- 🚀 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
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 in development
$ npm start
Launch in production
$ npm run production
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.