Skip to content

wesleyblackburn90/newplayer

Repository files navigation

Flask React Project

Welcome to New Player! An app that you can use to find other users that are looking for people to join in on their table top games. Meet up with friends or make new new ones!

Live Link: https://new-player.onrender.com/

Technologies used

Python Flask JavaScript React Redux HTML5 CSS3 Heroku

Getting started

  1. Clone this repository (only this branch)

    git clone https://github.com/wesleyblackburn90/newplayer.git
  2. Install dependencies

    pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txt
  3. Create a .env file based on the example with proper settings for your development environment

  4. Setup your PostgreSQL user, password and database and make sure it matches your .env file

  5. Get into your pipenv, migrate your database, seed your database, and run your flask app

    pipenv shell
    flask db upgrade
    flask seed all
    flask run
  6. To run the React App in development, checkout the README inside the react-app directory.

Enjoy New Player!

About me: Github Linkedin

About

A website for finding new friends to play tabletop games!

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors