Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 495 Bytes

File metadata and controls

23 lines (16 loc) · 495 Bytes

backend-server

The WIP backend for Wasona. Uses Express, pg-promise, and Postgres. Currently mostly done with auth, and implementing application logic.

  • Postgres

Installation

git clone https://github.com/wasona/backend-server
mv sample.env .env  # And populate it with real authorisation
npm x build

Usage

npm x dev

Setting up a systemd service, docker etc is up to you.

License

backend-server is licensed under the GNU Affero General Public License Version 3.