-
Notifications
You must be signed in to change notification settings - Fork 8
A simple weblog application based on Scala Play 2.3.x MongoDB Angular Bootstrap
License
ehsanmx/Teispes-myblog
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Teispes myBlog Application
These are the technologies that we are using in this example :
• Scala 2.11.1
• Play! Framework 2.3.6
• Play-Reactivemongo 0.10.5.0.akka23 (MongoDB Driver)
• MongoDB 2.6.3
• Angularjs
• Bootstrap
How to run the example:
1- Start the MongoDB
2- Run the mongo client :
3- Enter the following commands:
use myblog;
db.createCollection("post");
4- Go to myblog folder
5- Enter the following commands:
./activator run
6- Go to myblog-ui folder and open the index.html
7- Enjoy!About
A simple weblog application based on Scala Play 2.3.x MongoDB Angular Bootstrap
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published