Skip to content

firenzedev/nodejs-restaurant-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Server

This is a demo project to show an implementation of a GraphQL server using Node.js with Apollo GraphQL and Fastify.

Usage

To install all the dependencies, run:

``npm install`

The project uses a SQLite database, that must be created before launching the application:

npx sequelize-cli db:migrate

To fill the database with some demo data, use this command:

npx sequelize-cli db:seed:all

About

GraphQL Server for a restaurant rating application

Resources

Stars

Watchers

Forks