Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bradtraversy/mern-tutorial
- Owner: bradtraversy
- Created: 2022-02-02T17:39:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T04:01:58.000Z (about 1 year ago)
- Last Synced: 2024-07-31T19:34:34.180Z (5 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 704
- Watchers: 9
- Forks: 445
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
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/