View repository for front-end HERE.
PostgreSQL using HomeBrew:
brew install postgresql
Start a PostgreSQL server as a Brew service:
brew services start postgresql
On command line:
git clone git@github.com:Ryanholly3/passport-app-api.git
cd passport-app-api
npm install
createdb passport
knex migrate:latest
knex seed:run
npm start
Then visit http://localhost:3100/
- http://localhost:3100/passport_users
- http://localhost:3100/destinations
- http://localhost:3100/visited
- http://localhost:3100/pins
- Node.js
- postgreSQL
- Express.js
- Knex.js