Skip to content

A Full-Stack App (React, MongoDb, Node.js, Apollo GraphQL, Typescript) that supports CRUD operations for TV Shows. 📺🎬⭐ The goal of this project was to learn MongoDb and Apollo GraphQL, and to create an end-to-end flow of a full stack app.

Notifications You must be signed in to change notification settings

TomHerman11/MERN-tv-shows-that-ended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN-tv-shows-that-ended

A Full-Stack App (React, MongoDb, Node.js, Apollo GraphQL, Typescript) that supports CRUD operations for TV Shows. 📺🎬⭐

Now you will know which TV shows you can watch without having to wait anxiously for the next season to come out! 😉

The goal of this project was to learn MongoDb and Apollo GraphQL, and to create an end-to-end flow of a full stack app.

Client & Server are written in TypeScript 🚀

Demo of 'MERN-tv-shows-that-ended' Project

Super Meaningful and Important Code:

Server

Client:

How to Start the Server

  1. Make a mongoDB db with the name 'tv-shows-that-ended' and collection 'shows'.
  2. Terminal: cd server; npm install.
  3. Run options:
    • Via terminal:
      • Terminal1: npm run watch-ts
      • Terminal2: npm run watch-node
    • Via VSCode:
      • Task: Run task 'server-watch'
      • OR
      • Debugger: 'Launch Server'

How to Start the Client

  1. Terminal: cd client; npm install.
  2. Run options:
    • Via terminal: npm start
    • Via VSCode:
      • Task: Run task 'client-watch'

About

A Full-Stack App (React, MongoDb, Node.js, Apollo GraphQL, Typescript) that supports CRUD operations for TV Shows. 📺🎬⭐ The goal of this project was to learn MongoDb and Apollo GraphQL, and to create an end-to-end flow of a full stack app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published