Mwe is a simple location-based art sharing application, built in SwiftUI
This repo contains the serverless backend (storage and business logic) for creating new posts, updating posts and querying users
- Install top-level dependencies: node.js/npm, typescript (tsc and tslint) and firebase
- Install npm dependencies (running
npm install
underfunctions/src/
) - Create a new Firebase project
- Update Firebase config (
.firebaserc
with your Firebase project name) - Deploy via
firebase deploy
- Some unit tests are included, run via
npm run test
underfunctions/