Code Monkey home page Code Monkey logo

spring-mvc-react's Introduction

Spring 4 MVC + ReactJS

alt tag

Very light version of stackoverflow build by ReactJS (client-side) and Spring4 (server-side).

Features

  • Authorization system (by json web token)
  • Questions, answers, users, reputation, tags and votes!
  • Localization in react using localizify

Intallation

0 Clone repository!

$ git clone https://github.com/noveogroup-amorgunov/spring-mvc-react.git

1 Change database driver (by default set for MySQL) and connections parameters (url, user and password) in src/main/resources/app.properties

2 Change jwt secret key in src/main/resources/app.properties too (not nessasary)

3 Create schema. After run application table will be created in auto mode. Follow example for MySQL

CREATE SCHEMA `spring-mvc-react` DEFAULT CHARACTER SET utf8 ;

4 Install and build frontend dependencies

$ cd src/main/webapp
$ npm install
$ npm install webpack -g # intstall webpack globally
$ npm run build # build bundle.js file

Use npm run watch for work in watch-mode. When you change some javascript file, here will be build new bundle.js

5 Run server

$ mvn jetty:run

Access http://localhost:4017/spring4ajax

To import this project into Eclipse IDE:

  1. $ mvn eclipse:eclipse
  2. Import into Eclipse via existing projects into workspace option.
  3. Done.

spring-mvc-react's People

Contributors

saaaaaaaaasha avatar

Watchers

James Cloos avatar CodingNinja  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.