All Projects → rhanesoghlyan → Express-Boilerplate-MVC

rhanesoghlyan / Express-Boilerplate-MVC

Licence: other
Express boilerplate using ES6 and MVC pattern

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Express-Boilerplate-MVC

express-boilerplate
ExpressJS boilerplate with Socket.IO, Mongoose for scalable projects.
Stars: ✭ 83 (+492.86%)
Mutual labels:  expressjs, express-boilerplate
nodejs-simple-restfull-with-express
⚡ ExpressJS Rest API Sample
Stars: ✭ 19 (+35.71%)
Mutual labels:  expressjs, express-boilerplate
express-mvc-pattern
Example nodejs using express implementation design pattern using mvc architecture.
Stars: ✭ 52 (+271.43%)
Mutual labels:  expressjs, mvc-architecture
express-typescript-mongoose-starter
A starter for Node JS, Express, Typescript, Mongoose application
Stars: ✭ 22 (+57.14%)
Mutual labels:  expressjs, express-boilerplate
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+519428.57%)
Mutual labels:  expressjs
Graphql Rest Proxy
Turn your REST API into GraphQL - A Proxy Server that pipes request from GraphQL to REST with GraphQL DSL, performant nested children, mutations, input types, and more.
Stars: ✭ 218 (+1457.14%)
Mutual labels:  expressjs
React Pwa
An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
Stars: ✭ 2,433 (+17278.57%)
Mutual labels:  expressjs
Express Api Es6 Starter
Build APIs with Express.js in no time using ES6/ES7/ESNext goodness.
Stars: ✭ 212 (+1414.29%)
Mutual labels:  expressjs
expressive
A NodeJS API framework built on ExpressJs bootstrapped with conventions to minimize code. (Includes Typescript Support ⭐️)
Stars: ✭ 28 (+100%)
Mutual labels:  expressjs
UMVC
UMVC - Model-View-Controller Generator built for Unity
Stars: ✭ 36 (+157.14%)
Mutual labels:  mvc-architecture
Builderbook
Open source web application to learn JS stack: React, Material-UI, Next.js, Node.js, Express.js, Mongoose, MongoDB database.
Stars: ✭ 3,015 (+21435.71%)
Mutual labels:  expressjs
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+1457.14%)
Mutual labels:  expressjs
php-mvc-framework
PHP MVC Framework - web application framework for modern and rapid development of web applications
Stars: ✭ 24 (+71.43%)
Mutual labels:  mvc-architecture
Compression
Node.js compression middleware
Stars: ✭ 2,506 (+17800%)
Mutual labels:  expressjs
http-server-pwa
👾 http-server alike but for serving and rendering PWA: pwa-server
Stars: ✭ 14 (+0%)
Mutual labels:  expressjs
Express Gateway
A microservices API Gateway built on top of Express.js
Stars: ✭ 2,583 (+18350%)
Mutual labels:  expressjs
Generator Api
🚀 Yeoman generator for creating RESTful NodeJS APIs, using ES6, Mongoose and Express
Stars: ✭ 247 (+1664.29%)
Mutual labels:  expressjs
Flight-Booking-System-JavaServlets App
✈️ An enterprise level Flight Booking System for Turkish Airlines (web-application) based on the Model View Controller (MVC) Architecture made using Java Servlets, Java Server Pages (JSPs). Moreover authentication and authorization for users is implemented. The web-application is also secured against SQL Injection and Cross-Site Scripting attacks.
Stars: ✭ 107 (+664.29%)
Mutual labels:  mvc-architecture
Awesome Express
这个仓库主要是收集 Express 好用的中间件、新闻资讯、网站等,这是我在基于Express开发web应用过程中搜集到的一些插件和看到的一些好的内容。
Stars: ✭ 241 (+1621.43%)
Mutual labels:  expressjs
Node Decorators
node-decorators
Stars: ✭ 230 (+1542.86%)
Mutual labels:  expressjs

Express-Boilerplate (MVC)

Build Status

Express boilerplate using ES6 and MVC pattern

Getting Started

This boilerplate requires Grunt ^1.0.1.

If you haven't used Grunt or nodeJS before, be sure to check out the Grunt Getting Started guide, as it explains how to use Grunt, additionally checkout NodeJS documentation. Once you're familiar with that process, you may install this boilerplate with the following steps :

Import a Git repository using the command line
git clone https://github.com/rhanesoghlyan/Express-Boilerplate-MVC.git
Install nodeJS on your preferred system

Download from official website Official website

Install Ruby on your preferred system

Download from official website Official website

Install SASS on your preferred system

Install using command line

gem install sass

Download from official website Official website

Install Grunt cli as a global node module
npm install -g grunt-cli
Install Bower cli as a global node module
npm install -g bower
For running the boilerplate after clone do the following steps in the command line run
1. Npm install
npm install
2. Bower install
bower install
To run dev server type in
grunt serve
To build production ready version type in
grunt build
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].