Table of Contents
Post sharing platform where you can personalize, see your favorite user's posts, see the latests posts and share your posts. It uses the most cutting edge technology in the frontend and backend part such as Ktor, Freemarker and Tailwindcss.
These are the main frameworks/libraries used to build this project.
To get a local copy up and running follow these simple example steps.
You need java dependencies to run the gradle commands.
- java
java -version
Below is an example of how you can build bro.
- Clone the repo
git clone https://github.com/BroResearch/Bro.git
- cd into it
cd Bro
- Execute this command to run
./gradlew run
Then, the program responds at http://0.0.0.0:8080 and https://0.0.0.0:8443
- Add mobile support
- Add Api documentation
- Add error viewer
- Add Edit user component
- Fix bugs in the user interface
- Fix post displayer
- Fix error displayer
See the open issues for a full list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.