File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Express & mongoose REST API for FUUTR apps and admin portal
1+ # About
2+
3+ - Node.js back-end: https://github.com/chrischenyc/fuutr-server
4+ - React admin portal: https://github.com/chrischenyc/fuutr-admin-web
5+ - iOS rider app: https://github.com/chrischenyc/fuutr-rider-app-ios
6+
7+ ## System Architecture
8+
9+ ![ System Architecture] ( https://www.capturedlabs.com/fuutr-architecture.png )
210
311## Overview
412
Original file line number Diff line number Diff line change 1+ # https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html
2+
13version : 0.2
24
35phases :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const search = require('./search');
1515const issues = require ( './issues' ) ;
1616
1717router . get ( '/health-check' , ( req , res ) => {
18- res . status ( 200 ) . send ( ) ;
18+ res . json ( { message : 'server is up' } ) ;
1919} ) ;
2020
2121router . use ( '/remoteConfig' , remoteConfig ) ;
You can’t perform that action at this time.
0 commit comments