Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 699 Bytes

File metadata and controls

42 lines (31 loc) · 699 Bytes

TASK ME

Task Manager - React, Redux, Javascript, Golang, Mux Router, Mongodb

Table of Contents

Installation

git clone https://github.com/BenReichwein/TaskMe.git
cd client
npm install

Quick Start - SERVER

# Start Development
cd server
go run .

### Make a .ENV in /server (check out .env.template)

DB_URI="MONGODB URI (insert)"
DB_NAME="TaskMe"
DB_COLLECTION_NAME="todolist"

Quick Start - CLIENT

# Start Development
cd client
npm start

Developer