Spot Share is a webapp concept written in react with express backend that allows p2p sharing of available parking spots. The available parking spots are then listed in location of the search for users to browse and book parking locations.
- Run npm install for all modules
- Set up postgres database by using
knex migrate:latest
andknex seed:run
- Set up Mapbox API key in order to use Map feature of the webapp
- Run server.js to initiate server via
npm run start