Skip to content

maxsands1503/BounceAround

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bounce Around

Bounce Around is an trip planning tool that helps you plan activities. It allows you to populate your trip itinerary with activities.

Development notes

Dependencies: Postgres must already be installed.

  • Clone Repo
  • $npm install
  • copy .env.sample to .env and enter your values
  • $knex migrate:latest
  • $nodemon
  • Visit http://localhost:3000

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • HTML 28.9%
  • CSS 18.7%