Skip to content

lijingyiran/Airbnb-DB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb Database API

Overview

A Postgres database accessed using Golang. GUI constructed using Javascript and HTML.

Back-end files:

  • import.sql contains the create table scripts
  • listofqueries.sql contains the queries used. Also in queries.go
  • queries.go and db.go connect to the database.

Front-end files:

  • index.js
  • index.html

Getting Started

  1. To run on a development machine, run: go run *.go.
  2. Open new a terminal and enter browser-sync start --server --no-online --files="**/*" to start the frontend
  3. A webpage should pop up.

PostgreSQL

Installation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published