App to exchange views on foreign and defense policy matters
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- Setup a DB; I used MySQL. If you use something else, some tweaks will be required to the application.properties file and the data.sql file (if you want to load the example data).
- Clone the repo
git clone https://github.com/lynch0001/PolicyDiscussionBoardApp.git
- Install NPM packages.
npm install
- Run the backend.
mvn spring-boot:run
- Run the frontend.
ng serve
I built this app to facilitate discussions on foreign and defense policy because that's something i am interested in. That said, it could be used to facilitate discussion on any topic. Functionality allows users to:
- Register as a site user
- Login/logout of the site
- See discussions topics (registered or not)
- Read full discussions (when logged in)
- Start a new discussion with subject tags (when logged in)
- Filter discussions by subject tags (TBC)
- Comment on discussions (when logged in)
- Read about the site author
- Sent a note to the site administrator
- Administer the site (admin user) (TBC)
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Tim Lynch
- LinkedIn timothy-j-lynch
- Medium @lynch0001
- Dev @lynch0001
- Stackoverflow tim-lynch
- Email [email protected]
Project Link: https://github.com/lynch0001/PolicyDiscussionBoardApp
- John Thompson at https://springframework.guru/
- Koushik Kothagal at https://javabrains.io/
- Angular University at https://angular-university.io/
- Jason Watmore at https://jasonwatmore.com/