You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,18 @@
1
-
# MEAN Stack on Bluemix
1
+
# Modern Web Application using MEAN stack
2
2
3
-
<imgsrc="ReadME-Images/mean.jpeg">
3
+
<imgsrc="ReadME-Images/Architecture.png">
4
4
5
-
This is a basic boilerplate for the MEAN stack ([MongoDB](https://www.mongodb.org/), [Express](http://expressjs.com/), [AngularJS](https://angularjs.org/) and [Node.js](https://nodejs.org)) on [IBM Bluemix](http://bluemix.net).
5
+
This is a basic boilerplate for the MEAN stack ([MongoDB](https://www.mongodb.org/), [Express](http://expressjs.com/), [AngularJS](https://angularjs.org/) and [Node.js](https://nodejs.org)) on [IBM Cloud](http://bluemix.net).
6
6
7
-
This application uses the [Compose for MongoDB service](https://console.bluemix.net/catalog/services/compose-for-mongodb) and [Node.js runtime](https://www.ng.bluemix.net/docs/starters/nodejs/index.html) on Bluemix.
7
+
This application uses the [Compose for MongoDB service](https://console.bluemix.net/catalog/services/compose-for-mongodb) and [Node.js runtime](https://www.ng.bluemix.net/docs/starters/nodejs/index.html) on IBM Cloud.
8
8
9
9
#### Features
10
10
- MVC project structure
11
11
- Create, edit and delete user accounts
12
12
- Authentication with username/password
13
13
- Protected routes that can only be accessed by authenticated users
| [**manifest.yml**](./manifest.yml) | File that defines Bluemix deployment paramaters. [More info here](https://www.ng.bluemix.net/docs/manageapps/depapps.html#appmanifest)
62
+
| [**manifest.yml**](./manifest.yml) | File that defines deployment paramaters. [More info here](https://www.ng.bluemix.net/docs/manageapps/depapps.html#appmanifest)
63
63
| [**.env.example**](./.env.example) | Set custom [environment variables](https://en.wikipedia.org/wiki/Environment_variable) for your application. This is the proper way to store credentials and other sensitive values.
64
64
| [**server.js**](./server.js) | Main server file that the Node.js runtime uses. It contains all the server logic.
65
65
| [**/server**](./server) | Folder for files used by the Node.js server
@@ -80,7 +80,7 @@ There is also generous commenting throughout the application which helps explain
80
80
Please create a pull request with your desired changes.
81
81
82
82
## Troubleshooting
83
-
The primary source of debugging information for your Bluemix app is the logs. To see them, run the following command using the Cloud Foundry CLI:
83
+
The primary source of debugging information for your app is the logs. To see them, run the following command using the Cloud Foundry CLI:
84
84
85
85
```
86
86
$ bx cf logs <application-name> --recent
@@ -92,7 +92,7 @@ If you are not sure what your application name is, use this command to print you
92
92
$ bx cf apps
93
93
```
94
94
95
-
For more detailed information on troubleshooting your application, see the [Troubleshooting section](https://www.ng.bluemix.net/docs/troubleshoot/tr.html) in the Bluemix documentation.
95
+
For more detailed information on troubleshooting your application, see the [Troubleshooting section](https://www.ng.bluemix.net/docs/troubleshoot/tr.html) in the documentation.
96
96
97
97
## License
98
98
See [LICENSE.MD](https://github.com/IBM-Bluemix/Nodejs-MEAN-Stack/blob/master/LICENSE.md) for license information.
0 commit comments