Goalsetter MERN app

February 10, 2022 ยท View on GitHub

This is the goalsetter app from the Learn the MERN Stack series on YouTube.

Usage

Rename the .envexample to .env and add your MONGO_URI

Install dependencies

# Backend deps
npm install

# Frontend deps
cd frontend
npm install

Run Server

npm run server

Demo

I am not sure how long this will be up

https://mernappbrad.herokuapp.com/

Contents

  1. 1Usage
  2. 1.1Install dependencies
  3. 1.2Run Server
  4. 2Demo