Skip to content
This repository was archived by the owner on Dec 2, 2022. It is now read-only.

OrderAndCh4oS/Graph-Editor-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Editor API

Backend for Graph Editor, a Node Express app using Sequelize and GraphQL. All wrapped up in a docker image.

Demo site: https://grapheditor.orderandchaoscreative.com/

Set Up

Grab repo: git clone git@github.com:sarcoma/Graph-Editor-Backend.git

Run docker compose: docker-compose up --build

Create the database and insert some initial data.

Run docker-compose exec web bash to access the docker container.

Navigate to the orm directory with: cd src/orm

Lastly run: ts-node create-database.ts

You should see the SQL queries printed to the terminal. Once they stop just hit ctrl + c.

Frontend Repository

The frontend can be found here: https://github.com/sarcoma/Graph-Editor

About

Node, Express, Sequelize and Jest backend for Graph Editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published