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.
- node > 8.0.0
- yarn
- PostgreSQL
yarn install
echo "CREATE DATABASE tripsticker;" | psql
# \c tripsticker
yarn migrate
yarn seed
yarn frontend
yarn backend
=> You'll see the map!πΊπ => Follow the instruction on snackbar
- React - Frontend
- Redux - State Management
- Material UI - UI Component
- Express - Backend
- PostgreSQL - Database
- Knex - Query Builder