mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 17:26:25 +02:00
Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -1,7 +1,7 @@
|
||||
# MEAN Stack
|
||||
|
||||
MEAN is a boilerplate that provides a nice starting point for MongoDB, Node.js, Express, and AngularJS based applications.
|
||||
It is designed to give you quick and organized way to start developing of MEAN based web apps with usefull modules like mongoose and passport prebundled and configured.
|
||||
It is designed to give you quick and organized way to start developing of MEAN based web apps with useful modules like mongoose and passport pre-bundled and configured.
|
||||
We mainly try to take care of the connection points between existing popular frameworks and solve common integration problems.
|
||||
|
||||
## Prerequisites
|
||||
@@ -12,11 +12,11 @@ We mainly try to take care of the connection points between existing popular fra
|
||||
* Express - Defined as npm module in the [Package.json](package.json) file.
|
||||
* Mongoose - Defined as npm module in the [Package.json](package.json) file.
|
||||
* Passport - Defined as npm module in the [Package.json](package.json) file.
|
||||
* AngularJS - Prebundled in the [public](public/) folder.
|
||||
* Twitter Bootstrap - Prebundled in the [public](public/) folder.
|
||||
* AngularJS - Pre-bundled in the [public](public/) folder.
|
||||
* Twitter Bootstrap - Pre-bundled in the [public](public/) folder.
|
||||
|
||||
## Configuration
|
||||
See the [config](config/) folder and espically the [config.js](config/config.js) file.
|
||||
See the [config](config/) folder and especially the [config.js](config/config.js) file.
|
||||
|
||||
## Quick Start
|
||||
|
||||
@@ -31,7 +31,7 @@ See the [config](config/) folder and espically the [config.js](config/config.js)
|
||||
$ node server
|
||||
|
||||
## The Future
|
||||
We are currently working on a extendable module system to make this project more like a framework with support for common modren web development requirements.
|
||||
We are currently working on a extendable module system to make it more like a framework with support for modern web development requirements.
|
||||
|
||||
|
||||
## More Information
|
||||
|
||||
Reference in New Issue
Block a user