The WIP backend for Wasona. Uses Express, pg-promise, and Postgres. Currently mostly done with auth, and implementing application logic.
- Postgres
git clone https://github.com/wasona/backend-server
mv sample.env .env # And populate it with real authorisation
npm x build
npm x dev
Setting up a systemd service, docker etc is up to you.
backend-server is licensed under the GNU Affero General Public License Version 3.