Skip to content

BenReichwein/task-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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