Skip to content

Cutler7/thesis-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

THESIS GRAPHQL APPLICATION

Development of a prototype of an online store application using GraphQL.

Prerequisites

  • Node.js version 12 or higher
  • MongoDB version 3.6 or higher
  • run npm install both in frontend and backend directory

Backend

  • start backend server: npm --prefix ./backend/ run start
  • to initialize DB with test data set send: GET localhost:3000/init

Frontend

  • start frontend dev server: npm --prefix ./frontend/ run start
  • open in your browser http://localhost:4200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published