Skip to content

charisschomba/GraphQl-blogging-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQl Blogging App

Dependencies

  • Docker

  • Node Js

  • Postgres

Clone this repo https://github.com/charisschomba/GraphQl-blogging-app.git

Cd to GraphQl-blogging-app

Create a folder named config to host different envs

In the config dir create a file named dev.env with the following variables

  • PRISMA_ENDPOINT=http://localhost:4466

  • PRISMA_SECRET=random string

  • JWT_SECRET=random string

Run yarn install to install required dependencies

Cd to GraphQl-blogging-app/prisma

Start docker

Run docker-compose up

Run prisma deploy -e ./config/dev.env

Cd GraphQl-blogging-app

Run yarn run dev to start the server

On your browser navigate to localhost:4000

About

Blogging app build using Graphql and Node Js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors