Skip to content
This repository was archived by the owner on Oct 27, 2020. It is now read-only.

albertoxamin/hackathome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logo

Anylivery

This project was developed for the HackAtHome hackathon.

Intro

This is a PaaS (Platform as a service) that enables:

  • Local business
    • to open a store front and add their products from the smartphone
    • manage orders and plan deliveries
  • Customers
    • place orders to the stores
    • receive their orders at home

Setting up

Backend

The backend was written in nodejs.

Go to the folder backend, create a folder config and add a file named secrets.json with the following secrets

{
  "google": {
    "clientId": "",
    "clientSecret": "",
		"redirectUri": "[YOUR_URL]/auth/google/callback",
  },
  "mongodb": {
    "uri": ""
	},
	"heremaps":{
		"apikey": ""
	}
}

then open the terminal and execute this commands

yarn install
yarn start

You can then play with the APIs from this postman:

Run in Postman

Frontend

The frontend was written in flutter to provide a similar exprerience for both android and iOS, the code is located in the folder flutter/hackathome_frontend.

You can grab the builds from codemagic below or by running flutter run inside that folder

Codemagic build status

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors