Skip to content

dpim/mwe-backend

Repository files navigation

mwe-backend

Background

Mwe is a simple location-based art sharing application, built in SwiftUI

Screenshot of list view Screenshot of post details view

This repo contains the serverless backend (storage and business logic) for creating new posts, updating posts and querying users

Installation

  • Install top-level dependencies: node.js/npm, typescript (tsc and tslint) and firebase
  • Install npm dependencies (running npm install under functions/src/)
  • Create a new Firebase project
  • Update Firebase config (.firebaserc with your Firebase project name)
  • Deploy via firebase deploy

Testing

  • Some unit tests are included, run via npm run test under functions/

About

backend for mwe iOS app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published