Skip to content

alexdevdavis/mern-traversy-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goalsetter MERN app

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/

About

Goalsetter application from Youtube series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.4%
  • CSS 7.9%
  • HTML 4.7%