Skip to content

Commit a862fa7

Browse files
authored
Create README.md
1 parent 574a5e0 commit a862fa7

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
## Table of Contents
2+
* [General Info](#general-info)
3+
* [Technologies](#technologies)
4+
* [Setup](#setup)
5+
* [Contributing](#contributing)
6+
* [License](#license)
7+
8+
## General Info
9+
A sample application on CRUD operation
10+
11+
## Technologies
12+
This application is created with:
13+
* Visual Studio 2013
14+
* C#
15+
* ASP.NET MVC 5
16+
* ASP.NET Web API
17+
* Entity Framework
18+
* SQL Server 2012
19+
* JQuery AJAX
20+
21+
## Setup
22+
To run this application, building the source locally using git:
23+
24+
```
25+
$ git clone https://github.com/sumuongit/asp-mvc-web-api-jquery-ajax-crud.git
26+
27+
```
28+
29+
## Contributing
30+
* Fork the repository
31+
* Create a topic branch
32+
* Implement your feature or bug fix
33+
* Add, commit, and push your changes
34+
* Submit a pull request
35+
36+
## License
37+
[MIT License](https://github.com/sumuongit/asp-mvc-web-api-jquery-ajax-crud/blob/master/LICENSE)

0 commit comments

Comments
 (0)