Skip to content

Node, Express, Sequelize and Jest backend for Graph Editor

Notifications You must be signed in to change notification settings

george-kozlitin/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 [email protected]: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

Languages

  • TypeScript 57.4%
  • JavaScript 42.3%
  • Dockerfile 0.3%