Skip to content

Commit 85117ee

Browse files
committed
update missing files
1 parent 734f0eb commit 85117ee

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

ASPNETCoreReactJS-Example/ASPNETCoreReactJS-Example.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3+
34
# Visual Studio 15
45
VisualStudioVersion = 15.0.27428.2043
56
MinimumVisualStudioVersion = 10.0.40219.1

README.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
# ASP.NET Core with ReactJS Example
2+
23
Simple setup and skeleton for ASP.NET Core Web API with ReactJS UI
34

45
## What is this?
6+
57
This is an useful template for simple main setup of web application. It's abstract enough to be reusable. 😊
68

79
![Home](https://imgur.com/T2rz850.jpg)
810

9-
## What Languages and Technologies are in?
10-
- Back-End
11+
## What Languages and Technologies are in?
12+
13+
- Back-End
1114
- ASP.NET Core Web API
1215
- SQL
1316
- Entity Framework Core
@@ -20,30 +23,25 @@ This is an useful template for simple main setup of web application. It's abstra
2023
- HTML5, CSS3
2124

2225
## How this thing works?
26+
2327
Well, you know... you have a database. It's configured to migrate. You have a simple UI rendering. While you wait you'll see a fancy loading icon. You have webpack all running by itself (thanks to the great ASP.NET Core template). Basically you have all setup so you can run the solution and see it. And if something goes wrong - a baby cow will come to say 'Hi'to you! I'm not joking.
2428

2529
![Baby Cow](https://imgur.com/s3CL1Yd.jpg)
2630

2731
## Why this thing exists?
32+
2833
To make our life simpler. Besides, it's good to make some skeletons. How many times you refactor these MVC template projects?
2934

3035
## Who worked on this?
31-
- Design part - [@mdamyanova](https://github.com/mdamyanova)
32-
- Logic part - [@mdamyanova](https://github.com/mdamyanova) - with **a lots of** Google searches and no sleep ☕️
36+
37+
- Design part - [@joe](https://github.com/JoseSantos5455)
38+
- Logic part - [@joe](https://github.com/JoseSantos5455) - with **a lots of** Google searches and no sleep ☕️
3339

3440
## What's not ready yet?
41+
3542
- Giving useful information to user what (tf) is happening. 😃
3643
- I think of refactoring the code.
3744

3845
## Does this thing has a license?
39-
Actually, it does. The simple template is under [MIT license](http://opensource.org/licenses/mit-license.php).
40-
41-
## Okay, Mirelke, it's not bad and you need a sleep now.
42-
Okay, but have you seen my Users listing page? Or my Registration page? Just one look, I promise.
43-
![Users Listing Page](https://imgur.com/WAHOXgR.jpg)
44-
![Registration Page](https://imgur.com/CLkpTAz.jpg)
4546

46-
On the right you have a very useful place for seeing how your state is changing. This was helpful for me so I left it there. And in the code you can find some comments I wrote that I find it helpful too...
47-
48-
## Okay, it's not bad I said.
49-
I knew it! Here's a sweety! Thanks for coming! 🥐🍯🍭🍬
47+
Actually, it does. The simple template is under [MIT license](http://opensource.org/licenses/mit-license.php).

0 commit comments

Comments
 (0)