Building a Full Stack Posts app similar to twitter posts with Spring Boot, Spring Security, JWT, React and Ant Design
-
Clone the application
git clone git clone https://amandaoliveira@bitbucket.org/amandaoliveira/post-upvote.git cd upvote-app-server -
Run the app
You can run the spring boot app by typing the following command -
mvn spring-boot:run
The server will start on port 5000. The spring boot app includes the front end build also, so you'll be able to access the complete application on
http://localhost:5000.
First go to the upvote-app-client folder -
cd upvote-app-clientThen type the following command to install the dependencies and start the application -
npm install && npm startThe front-end server will start on port 3000.