Skip to content

app can manage with banners and categories of banners, user can choice some category and get only 1 best result. Banner can be displayed for current user only once per day

Notifications You must be signed in to change notification settings

rrpvm/spring_react-advertise-application-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

Installation and launch process

1. You need to have:

Node.js

Java Runtime Enviroment

Apache Maven

2. Setup Windows path:

- press win+r then type sysdm.cpl => switch to advanced
  • 'Advanced window image
  • 'Path Window image
- press new -> add Variable Java Home -> value = JRE installation folder
- Path -> add Value = Maven installation folder
- Path -> add Value = Node.js installation folder

2. Build and launching

Client installation and launching

1. execute npm install - install the dependencies

2. npm run build - build the project

3. npm install -g serve - install serve dependency

4. serve -s build - run client application

5. to run client application serve -s build or npm start

Backend installation and launching

1. open backend folder

2. src\main\resources -> application.properties -> change spring.datasource.url to your db url

3. mvn package to build server application

4. java -jar target/backend-0.0.1-SNAPSHOT.jar

3. Resume

after launching process open client app

Admin url : '/admin'

Admin data : {login : rrpvm, password : 12345}

About

app can manage with banners and categories of banners, user can choice some category and get only 1 best result. Banner can be displayed for current user only once per day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published