Skip to content

javadshoja/mern-goal-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN Goalsetter app

Simple mern stack application for goal setting.

Tech Stack

react.js
next.js
redux-toolkit
styled-components
express.js
mongodb

Usage

Rename the .envexample to .env and add your MONGO_URI

Install dependencies

# Backend deps
npm install

# Frontend deps
cd frontend
npm install

Run Development Server

npm run dev

Build Application

# Frontend build
cd frontend
npm run build

# Backend build
cd ..
npm run build

Start Production Server

npm start