/image-uploader

Image Uploader | React Front End - Golang Backend

Primary LanguageGo

Image Uploader

Technologies - React, Javascript, Golang, Mux Router, Mongodb, GridFS

Table of Contents

Installation

git clone https://github.com/BenReichwein/image-uploader.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="Files"
DB_COLLECTION_NAME="myfiles"

Quick Start - CLIENT

# Start Development
cd client
npm start

Developer