Skip to content

SantGT5/graph-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

103 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL - ToDo

Architecture diagram

Screenshot 2023-04-03 at 01 30 55

Motivation

Learn how to design and develop large-scale systems
Learn new knowledge and code skills

Be sure you have installed

Start project

IMPORTANT:
Be sure the following port is available:
-- 3050

$ git clone https://github.com/SantGT5/graph-todo.git
$ cd graph-todo

--- install dependencies is not required to run project ---
$ cd client
$ npm install

$ cd ../server
$ npm install

$ cd ..

--- docker compose ---
$ npm run docker:dev

After run project, the following success message appears in the terminal:

Screenshot 2023-04-01 at 17 52 14

Routers

Having project running, you can visit the following routers:

Available Scripts

  • $ npm run docker:dev start dev mode project

  • $ npm run docker:pro production build (MongoDB access is required)

  • $ npm run docker:server:test run server test

  • $ npm run docker:client:test run client test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors