Skip to content

Commit 846a67f

Browse files
authored
Update Readme.md
1 parent 170f873 commit 846a67f

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

Readme.md

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,14 @@
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

33
![App Screenshot](screenshot.png)
44

5-
### Tutorials
6-
7-
I've written a complete tutorial series for this application on The CalliCoder Blog -
8-
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/)
10-
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/)
12-
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/)
16-
175
## Steps to Setup the Spring Boot Back end app (polling-app-server)
186

197
1. **Clone the application**
208

219
```bash
22-
git clone https://github.com/callicoder/spring-security-react-ant-design-polls-app.git
10+
git clone https://github.com/ekta1999/Polling-App.git
11+
cd Polling-App
2312
cd polling-app-server
2413
```
2514

0 commit comments

Comments
 (0)