/formula-interpreter

Primary LanguageJavaDo What The F*ck You Want To Public LicenseWTFPL

README

What ?

Simple implementation of Excel formula

References

Autosuggest

Reference: https://github.com/oranoran/antlr4-autosuggest

Frontend

http://localhost:8080

Swagger

http://localhost:8080/q/swagger-ui/

https://openapi-generator.tech/docs/generators

https://redux-toolkit.js.org/introduction/getting-started

https://redux-toolkit.js.org/introduction/getting-started#rtk-query

https://redux-toolkit.js.org/rtk-query/usage-with-typescript

https://react-redux.js.org/introduction/getting-started

https://github.com/amplitude/redux-query

https://amplitude.github.io/redux-query/docs/getting-started

https://github.com/krlls/react-redux-rxjs-ts

Java 17

native build java version is 17

Install

run java -v and javac -v if version is not 17 do the following commands:

sudo dnf install java-17-openjdk.x86_64 java-17-openjdk-devel.x86_64 -y
sudo alternatives --config java

select java 17

sudo alternatives --config javac

select java 17

Define JAVA_HOME

only if mvn -v does not return it

echo "export JAVA_HOME=\"/usr/lib/jvm/java\"" >> ~/.bashrc