Go to file
Pano c296684e26
Update readme
Add clarification to the instructions to fork the project. So we don't have to deal with emailed code submissions that are hard to diff.
2019-11-11 16:33:21 -05:00
ProjectDB Add all files 2018-06-05 12:14:15 -04:00
Tests Add all files 2018-06-05 12:14:15 -04:00
Web Add DB files fix README.md 2018-06-05 21:01:19 -04:00
.gitignore Add project 2018-06-05 12:13:56 -04:00
BrainWare.sln Add project 2018-06-05 12:13:56 -04:00
output.GIF Add readme 2018-06-05 18:43:50 -04:00
PopulateDB.sql Add project 2018-06-05 12:13:56 -04:00
README.md Update readme 2019-11-11 16:33:21 -05:00

BrainWare Order List

This is a very small sample web application written in a very simplistic manner.

Grab the code and refactor it so that it meets your standard for production ready code.

There is no need to add additional functionality and you do not need to keep the existing code or project structure.

The only requirement is that it returns the list of orders and that it meets your standards!

Fork this project to your personal repo and commit all your changes to that branch.

Changes for Running Locally

Update the connection string in the class \Web\Infrastructure\Database.cs.

Change the AttachDbFile name to the full path of the BrainWare.mdf file (located under \Web\App_Data).

Original Output Example

page image