Skip to content

Mixtini/cocktails-guide-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cocktails-guide-book

contributors releases license

logo

A POC cocktails search portal created by Mixtini.

This service is the version for Proof of Concept. The official version is working in progress and can be visited by the same URL path.

User Guide

Dev Doc

Portal

Env Introduction

We use firebase service to development our service.

  • Web host: firebase hosting
  • Firebase functions and database (deprecated)

Google firebase cloud function will not support the Node.js v8 runtime environment soon. If we migrate to the Node.js v10, need to change our project to "Pay as you go"(Blaze plan). For the cost concern, we are not planning to maintain a free service with cost. Since we are not too much data in our database, we can put database JSON in our code base. Use Github as the static file server.

Folder Structure

Folder Function
app web portal
database database file
doc document

Contribute

If you want to contribute our project, please create an issue first. Send a pull request after finishing your change.