/trip-sticker

🌏 A board to share your trip plans and experiences with star stickers!

Primary LanguageJavaScript

Trip Sticker

Do you day dream about traveling? Trip Sticker is a simple board to share your trip plans and experiences with your friends by leaving a little star-shaped sticker.

2018-02-17 11 16 43

Get Started

Prerequisites

  • node > 8.0.0
  • yarn
  • PostgreSQL

1. Installing

yarn install

2. Create DB & Run migration & Seed dummy data

echo "CREATE DATABASE tripsticker;" | psql
# \c tripsticker

yarn migrate
yarn seed

3. Running Dev & API servers

yarn frontend
yarn backend

=> You'll see the map!πŸ—ΊπŸ’ƒ => Follow the instruction on snackbar

Built With