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
- Move the
C-remake/folder in theServer/directory to its own folder - Compile & run
- Delete everything aside from the
database.dbfile in thebuild/directory. - Run
cmake -B ./buildfrom the baseC-remake/directory. - Go the build directory and run
make, ormake -dfor debug. - Run
./my_program.
Debian based systems -
sudo apt install gcc cmake make
Arch based systems -
sudo pacman -s gcc cmake make
© 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.