Skip to content

Marcholio/deno-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno GraphQL server

This no longer works because Heroku disabled free dynos.

This is a server that is done using Deno and GraphQL. It acts as a backend for Vue.js TODO Application.

master branch is automatically deploed to Heroku. The package.json tricks the Heroku deployment into relying on nodejs runtime, which installs and then starts the deno server.

Project setup

Install Deno

Run local server ./dev.sh