Giter VIP home page Giter VIP logo

mern-example-app's Introduction

Yale SWE MERN Example App

Overview

The MERN stack is an extremely popular development stack, and is composed of the following components:

  • MongoDB (NoSQL Database)
  • Express (Backend Framework)
  • React (Frontend Framework)
  • Node.js (Backend Runtime)

This application is a MERN-stack application written in TypeScript. It allows you to create and delete Doggos! Run this app locally and experiment to learn the stack better. If you also want to copy this app as the base code for your project, feel free to do so!

Screen Shot 2022-02-13 at 9 56 36 PM Screen Shot 2022-02-13 at 9 56 46 PM

Running This App Locally

To run this app locally, there are some prerequisites:

Once you installed all the stuff above, follow these directions:

  1. Run yarn install:all. This will install all of the necessary npm packages.
  2. Open a terminal window and run yarn dev:env. This will run a MongoDB container on your local machine. Keep this terminal open.
  3. Open another terminal window and run yarn dev:server. This will run the REST API on port 4000.
  4. Open another terminal window and run yarn dev:client. This wll serve the client on port 3000.

After completing the steps above, you should be able to go to http://localhost:3000 on your browser and see the app. Have fun making doggos!

Overview

We have also provided a video of one of our walkthrough sessions of this codebase below.

MERN Stack Walkthrough

mern-example-app's People

Contributors

wu-json avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.