marcoliu1020 / MERN-stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-stack

record your workouts


Installation

  1. create /backend/.env file

    • enter MongoDB uri and jsonwebtoken secret
    PORT=4000
    MONGO_URI=mongodb...
    SECRET=...
    
  2. cd backend

    npm install
    
  3. cd frontend

    npm install
    

Usage

  1. cd backend

    npm run dev
    
  2. cd frontend

    npm run start
    

About


Languages

Language:JavaScript 85.4%Language:CSS 8.0%Language:HTML 6.6%