Skip to content

Backend Server and DB for Dashboard-React-ApolloGraphQL

Notifications You must be signed in to change notification settings

marcusp619/Dashboard-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liberty-backend

Tech Stack

1: Nodejs

2: Express

3: Apollo Server

4: GraphQL

5: PostgreSQL

Steps to Install and Run

Make sure Postgres is installed and running. We will prep our app by creating a single database in Postgres. Don’t forget the semicolons in the the CREATE DATABASE command! in command the command line type

psql CREATE DATABASE gci;

1: Git Clone Backend Server

2: cd into the backend server project directory and run: npm install

3: in terminal run: knex migrate:latest

4: then run: knex seed:run

5: then run npm start

About

Backend Server and DB for Dashboard-React-ApolloGraphQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published