RyanTurner02 / pocketwatch

A MERN stack time tracking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pocketwatch

A MERN stack time tracking app

Getting Started

  1. Clone the git repository
git clone https://github.com/constellationz/pocketwatch && cd pocketwatch
  1. Install dependencies
npm install
  1. Set up .env
NODE_ENV = development
PORT = 5000
MONGO_URI = <your mongo cluster URI>
JWT_SECRET = abc123
  1. Host test server
npm run dev

Usage

Commands:

  1. Host the server and restart when changes are detected
npm run nodemon
  1. Host the frontend and listen for changes
npm run client
  1. Host both the server and the backend and listen for changes on both
npm run dev
  1. Check for style infractions in files
npm run check
  1. Automatically style files with prettifier
npm run prettify

Attribution

pocketwatch is licensed under the MIT license.

About

A MERN stack time tracking app

License:MIT License


Languages

Language:JavaScript 93.7%Language:CSS 3.7%Language:HTML 1.4%Language:Handlebars 1.1%