KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
express-mvp
★ 23
Open GitHub ↗
Express.js project template ready to go
Download README (.md)
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
express-mvp
?
Download (.md)
# Express Minimum Viable Product When I start a development of a "Minimum Viable Product" orientend to web using node.js and express.js I always start doing the same things. So I decide to create a repo with all this things ready to go. - [x] Setup Express.js - [x] Structure directories Routes, Controllers, Views and Libs - [x] Add MongoDB query string - [x] Add Bootstrap, jquery, Angular, etc - [x] Install some security modules (helmet for Headers) - [x] Add a basic bootstrap template with header, footer, menubar, etc - [x] Local User Registration - [x] Log-in for local users with Passportjs - [x] Enable/disable local login - [x] Log-in/Register for facebook users with Passportjs - [x] Enable/disable facebook login/register - [x] i18n - [x] Geoip Language - [x] Core e-mails lib - [x] Contact form - [x] Local User Register Confirmation enable/disable - [x] Forgot Password - [x] Newsletter suscription - [x] My account menu - [ ] Update profile, picture, name, etc. - [ ] Account settings (chage password and delete account) - [ ] Email preferences ## Install ```bash $ git clone https://github.com/koalazak/express-mvp.git $ cd express-mvp $ npm install ``` ## Run ```bash $ ./start.sh ``` (work in progress...)