Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 359 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 359 Bytes

TODO MERN CRUD GraphQL application

This is a TODO project written as MERN application (Mongo, Express, React, Node).
It uses GraphQL as query language for operating with MongoDB database.
The whole application lives inside a Docker container.

Installing

  1. Install docker
  2. Open Docker
  3. Run docker-compose up
  4. Open http://localhost:3000/