A typescript boilerplate for NodeJS express applications!
Made with ❤️ by akcyp
- Express.js
- Sequelize (ORM)
- Ejs (template engine)
- Passport (auth)
And more:
- Express-session
- Express-validator
- Cors
- Dotenv-flow
- Connect-flash
- Bcrypt
- Express-awesome-router
- Install NodeJS
- Install VSCode
- Install Xampp
- Clone the repository
git clone --depth=1 https://github.com/akcyp/express-sequelize-typescript-starter.git <project_name>
- Install dependencies
cd <project_name>
npm install
-
Create
example_db
database (xampp, phpmyadmin recommended) -
Start the application
npm run start