Skip to content

The Factlist is API service that considerably strengthened by Graphql and Nodejs

Notifications You must be signed in to change notification settings

demirhancosku/factlist-api

 
 

Repository files navigation

Factlist

About

The Factlist API service is built with Nodejs, Graphql and latest stable versions of other npm packages.

Getting started

Development

  • Install npm modules:

    yarn install
    
  • Create database migration

    yarn db:migrate
    
  • Create database seed

    yarn db:seed
    
  • Start server watch

    yarn watch
    

About

The Factlist is API service that considerably strengthened by Graphql and Nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.7%
  • Dockerfile 0.3%