Skip to content

Commit a7d2042

Browse files
committed
Merge branch 'master' of https://github.com/ekta1999/Polling-App
2 parents f20db7e + e48da70 commit a7d2042

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Readme.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,24 @@
1-
## Building a Full Stack Polls app similar to twitter polls with Spring Boot, Spring Security, JWT, React and Ant Design
1+
## Building a Full Stack Polls app similar to twitter polls with Spring Boot, Spring Security, JWT
22

3-
![App Screenshot](screenshot.png)
3+
![Sign Up](s2.png)
44

5-
### Tutorials
5+
![Login](s5.png)
66

7-
I've written a complete tutorial series for this application on The CalliCoder Blog -
7+
![View Page](s1.png)
88

9-
+ [Part 1: Bootstrapping the Project and creating the basic domain models and repositories](https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-1/)
9+
![Create Poll](s4.png)
1010

11-
+ [Part 2: Configuring Spring Security along with JWT authentication and Building Rest APIs for Login and SignUp](https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-2/)
11+
![Vote response](s6.png)
1212

13-
+ [Part 3: Building Rest APIs for creating Polls, voting for a choice in a Poll, retrieving user profile etc](https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-3/)
14-
15-
+ [Part 4: Building the front-end using React and Ant Design](https://www.callicoder.com/spring-boot-spring-security-jwt-mysql-react-app-part-4/)
13+
![Profile](s7.png)
1614

1715
## Steps to Setup the Spring Boot Back end app (polling-app-server)
1816

1917
1. **Clone the application**
2018

2119
```bash
22-
git clone https://github.com/callicoder/spring-security-react-ant-design-polls-app.git
20+
git clone https://github.com/ekta1999/Polling-App.git
21+
cd Polling-App
2322
cd polling-app-server
2423
```
2524

0 commit comments

Comments
 (0)