Technical framework
- Play 2.5, scala 2.11, scalikejdbc, evolution.
- AngularJS
Requirement
- Build a simple Bulentin board in Domain Driven Design ( DDD) style, in this version I've try to build simple functions: login/logout, add article, show the list of article
Setup
- create a local database name 'bbs', 'bbs_test' and check configuration.conf to make sure that you can connect to it.
- in root directory, run:
./activator run
================ it's not stable, checkout "develop" branch to see source code. ^^