anushaAnandan / full-stack-recruitment-test

Basic project structure for full stack web application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

full-stack-recruitment-test

Basic project structure for full stack web application

Client implementation:

We'd like you to use React. On top of that, use whatever front-end libraries you feel comfortable with.

We've set you up with a build on create-react-app. To run the client:

npm install

npm start - start the client development build at http://localhost:3000

Server implementation:

We'd like you to use Spring Boot for server implementation.

We've set you up with a basic spring boot application structure.

To run the server:

mvn clean install

mvn spring-boot:run

Submission Guidelines:

Please submit your solution by sending a zip file to your Rakuten contact.

The zip file should be named {yourname}.zip, and should itself contain the full-stack-recruitment-test project folder with your submission.

The zip file should not include the node_modules and target folder.

About

Basic project structure for full stack web application


Languages

Language:JavaScript 64.2%Language:HTML 18.0%Language:Java 12.8%Language:CSS 5.0%