This is Galactic Federations tax website...
Load schema.sql and example_data.sql onto a sequel database.
- Create an
application.propertiesfile in the resources folder of the Server part of the project. This for should be based on theapplication.properties.templatefile and pointed at your SQL database. - After this file is set up correctly, simply run the
SpaceIRSApp.javafile!
- First you need to install the node packages, this is done by running...
npm i
This must be done in the Website/ directory.
2.Then if you wish only to host the website run...
npm run host
However if you are going to be editing the code run
npm run dev
This is so tailwind continues to update it's tailout.css file.
Load test_schema.sql file to run test methods.