Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 2.32 KB

File metadata and controls

67 lines (52 loc) · 2.32 KB

The Concord App

The Concord App is a group effort for a Discord clone made as part of App Academy's week 20 project. The Concord App allows you find groups that share your interests and make new friends. Join a server you like and start the conversation! Try it out @ https://group-6-concord.onrender.com.

For more details on features and application architecture see our wiki:

How to Build

In the root directory:

 pipenv install -r requirements.txt
 pipenv shell
 cp .env.example .env
 flask db upgrade
 flask seed all
 flask run

In a second terminal:

 cd react-app
 npm install
 npm start

Screenshots

image image image image image

Tech and Languages

  • React
  • Redux
  • Flask
  • SQLAlchemy
  • Socketio
  • Javascript
  • Python
  • Postgres
  • CSS
  • HTML

Future Features

  1. Joining private servers via private keys and invites
  2. Server member roles and permissions
  3. Reactions and replies to messages
  4. Notifications and unread messages
  5. Live voice chat

Connect

Christian Spada

Ruben Ramirez

Edward Huffstetler

Daniel Somorov