Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradtraversy/mern-tutorial

Goalsetter application from Youtube series
https://github.com/bradtraversy/mern-tutorial

Last synced: 3 months ago
JSON representation

Goalsetter application from Youtube series

Awesome Lists containing this project

README

        

# Goalsetter MERN app

This is the goalsetter app from the [Learn the MERN Stack](https://www.youtube.com/watch?v=-0exw-9YJBo) 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/