Skip to content

Ryanholly3/passport-app-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Passport Server

Open Heroku Deployed Database

View repository for front-end HERE.

Required Installation(s)

PostgreSQL using HomeBrew:

brew install postgresql

Start a PostgreSQL server as a Brew service:

brew services start postgresql

Run the Project

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/

Routes

Technologies Used

  • Node.js
  • postgreSQL
  • Express.js
  • Knex.js

Author

Releases

No releases published

Packages

No packages published