/loginRegisterInterface

Improved web login interface for integrating into programs

Primary LanguageJavaScript

- loginRegisterInterface

app2

Requirements

  • Java 11
  • Spring Boot
  • Spring Data Jpa
  • Spring Security
  • Javascript
  • React.js V5
  • ReactStrap
  • BootStrap

Development for Java

- IntelliJ IDEA

  1. Open IntelliJ IDEA and select File > Open....
  2. Choose the java-maven-starter-project directory and click OK.
  3. Select File > Project Structure... and ensure that the Project SDK and language level are set to use Java 11.
  4. Open the Maven view with View > Tool Windows > Maven.
  5. In the Maven view, under Plugins > dependency, double-click the dependency:unpack goal. This will unpack the native libraries into $USER_HOME/.arcgis.
  6. In the Maven view, run the compile phase under Lifecycle and then the exec:java goal to run the app.

Development for React

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Svelte locally:

git clone   https://github.com/melihaycicek/loginRegisterInterface
cd svelte
npm install

To build the compiler and all the other modules included in the package:

npm run build
npm run dev

Running Tests

npm run test
npm run test -- -g transition
(Port)
Backend :  http://localhost:8081
Frontend : http://localhost:3001