Skip to content

Tyler's List - Gig posting/taking web application built with React/Redux.

Notifications You must be signed in to change notification settings

tylersanderson/tylers-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyler's List | PERN

This is a React app front end built with Redux. It works with the tylers-list-api backend which consists of a PostgreSQL db, Node Express server and Redis db for JSON Web Tokens.

Demo

Deployed on Heroku

Built using

Front-end

Back-end

  • Tyler's List API Repo - Repository for Tyler's List Back-end
  • Node.js - Runtime environment for JS
  • PostgreSQL - Opens-source SQL database to store data
  • JSON Web Token - A standard to secure/authenticate HTTP requests
  • Bcrypt.js - For hashing passwords
  • Redis - In memory database for JSON Web Tokens
  • Docker - Development tool for creating, deploying and running applications using containers

Features

  • Authentication (login/register w/ username & password)
  • Review/search all open gigs
  • Take and post gigs
  • Responsive UI

Screenshots

Desktop/Tablet

Desktop-1 Desktop-2 Desktop-3

Mobile

Mobile-1 Mobile-2

Usage

Env variable:

Create a .env file in server directory and add the following:

REACT_APP_API_URL = "your api URL here"

Client:

Run client development server:

cd client
npm install
npm start

About

Tyler's List - Gig posting/taking web application built with React/Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published