Bulletin is a calendar app meant to handle the troublesome task of organizing events with other people. It takes the cumbersome task of organizing free time and automates it. So you can focus on creating a schedule instead of planning to make one.
- Install Node.js
- Install the required npm packages
- Run
npm install net https express path sqlite3
node ServerMain.js // sudo may be required to setup the server TCP & HTTPS port.
- Install Node.js
- Install the required npm packages
- Run
npm install net https express path sqlite3
node ServerMain.js // Elevated privileges may be required to setup the server TCP & HTTPS Port.
- Install necessary packages
- Go to the
C-remake/directory. - Compile & run
- Go to the
monolithic/directory. - Delete everything aside from the
database.dbfile in thebin/directory. - Run
cmake -S ./ -B ./binfrom within theC-remake/monolithic/directory. - Go the
bin/directory and runmake, ormake -dfor debug. - Run
./bulletin.
Debian based systems -
sudo apt install gcc cmake make
Arch based systems -
sudo pacman -S gcc cmake make
Monolithic -
Micro Services (UNIMPLEMENTED) -
© 2025 Luis Blake (sneakyturtle2007), Lai Sengvilay (Laiknight), NoraBorealis10288, Colten Roberts (johnAppDev), and contributors.
This project is licensed under the GNU Affero General Public License v3.0 or later,
with additional terms specified in the LICENSE file.