Skip to content

reicheltp/fullstack-js-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack ToDo Sample

with React, GraphQL, next.js, micro and mongoDB

How to run

Run a mongoDB on localhost

docker run -d -p 27017:27017 --name mongo mongo

Start Api

$ cd ./api
$ yarn && yarn start

Start Web

$ cd ./web
$ yarn && yarn dev

Use GraphQL IDE to explore the data

Download here: https://github.com/redound/graphql-ide and import graphql_ide_project.json file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published