About Details System Requirements Installation Database Tech Stack
On the Road: for when you’ve got somewhere to be but nowhere to stay along the way.
On the Road is a tool for the especially adventurous road tripper who jumps at any chance to sleep outside and under the stars. Travelers upload information for their upcoming road trips, and in turn, On the Road provides them public campsites for each night they’ll be en route based on their desired daily drive time. After a trip has been created, travelers will gain access to a journal associated with that trip where they upload notes or photos as a way to preserve their fond mems.
After all, the journey is the destination & On the Road helps you remember that
- Node version >= 8
- npm >= 6
-
Install MySQL v5.7: https://dev.mysql.com/doc/refman/5.7/en/installing.html
-
Connect to mysql instance and create database
CREATE DATABASE pavement -
Clone this git repo
git clone https://github.com/roadies/onTheRoadAgain.git -
Change directory to the cloned repo
cd onTheRoadAgain -
Install dependencies:
npm install -
Bundle source with webpack
npm run build -
Launch server
npm run start -
Connect to the site in your browser
localhost:8080

