File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- # Clear Measure Bootcamp for MVC6
1
+ # Clear Measure MVP Master Bootcamp
2
2
3
- ** This project is the starting point for folks taking part in the Clear Measure Bootcamp
4
- for MVC6 .**
3
+ ** This project is the starting point for folks taking part in the Clear Measure
4
+ Bootcamp for MVC .**
5
5
6
6
This course is a feature-driven walkthrough that guides participants through
7
7
a series of improvements to an existing code base, demonstrating best pracitices and
@@ -11,7 +11,9 @@ and working through scenarios targetting 300- and 400-level developers.
11
11
12
12
The starting point is an expense report application with a very limited feature set, and
13
13
room to improve. You will work through defining and prioritizing new features, then work
14
- in pairs to build these out.
14
+ in pairs to build these out. Your product owner will present you with new requirements
15
+ while you map out how things will be built, pair programming and working through a series
16
+ of iterations, writing tests and leveraging CI. Roll up the sleeves!
15
17
16
18
## Roadmap
17
19
@@ -32,6 +34,9 @@ If you do not have SQL Server Express 2014 or have named your instance otherwise
32
34
a user-level environment variable called "dbServer" with the correct connection string
33
35
information.
34
36
35
-
37
+ ## Getting Started
36
38
37
-
39
+ - Clone the repo
40
+ - Configure your db
41
+ - Run the click to build script
42
+ - Run the application from VS
You can’t perform that action at this time.
0 commit comments