Skip to content

D0RK5TER/Splashd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project


Splashd is a web application based of Untapped, and created by a team of 4 software engineers.


Project Wiki

Built Using

Frontend

HTML5 CSS3 JavaScript NodeJS Flask React Redux

Backend

Postgres SQLite

Host

Render

The Splash Page!

Screenshot 2023-04-18 at 10 48 15 PM

Once you enter the site, you should probably log in!

Screenshot 2023-04-18 at 10 48 42 PM

Earn Badges by checking in beers!

Screenshot 2023-04-18 at 10 48 59 PM

Getting Started

  1. Clone the repo:
https://github.com/D0RK5TER/Splashd
  1. Install packages:
pipenv install
cd react-app
npm install
  1. Create .env and add:
SECRET_KEY=<<Password of your choosing>>
DATABASE_URL=sqlite:///dev.db
  1. Enter the shell, then Migrate and seed files:
pipenv shell
flask db init
flask db migrate
flask db upgrade
flask seed all
  1. Run the server
flask run
cd react-app
npm start
  1. Navigate to local site
http://localhost:3000/

About

clone of Untappd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages