This is the backend server component for PalaNote, a submission for the 2022 Hackathon by The Sea and the 2022 Congressional App Challenge
Knohow - The PalaNote Team
Runs on Node.JS v16.10.0 and TypeScript v4.5.5
Run npm install
to install all modules and make sure to also npm install typescript -g
to download TypeScript
Run start.sh / start.bat
to start up the project using ts-node-dev
. For production mode, make sure to switch the mode to production in the ./src/config.ts
file and run build.sh / build.bat
.