Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc6565d

Browse files
committed
Minor changes to readme
1 parent 88b8649 commit dc6565d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# Clear Measure Bootcamp for MVC6
1+
# Clear Measure MVP Master Bootcamp
22

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.**
55

66
This course is a feature-driven walkthrough that guides participants through
77
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.
1111

1212
The starting point is an expense report application with a very limited feature set, and
1313
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!
1517

1618
## Roadmap
1719

@@ -32,6 +34,9 @@ If you do not have SQL Server Express 2014 or have named your instance otherwise
3234
a user-level environment variable called "dbServer" with the correct connection string
3335
information.
3436

35-
37+
## Getting Started
3638

37-
39+
- Clone the repo
40+
- Configure your db
41+
- Run the click to build script
42+
- Run the application from VS

0 commit comments

Comments
 (0)