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:
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
- React
- Redux
- Flask
- SQLAlchemy
- Socketio
- Javascript
- Python
- Postgres
- CSS
- HTML
- Joining private servers via private keys and invites
- Server member roles and permissions
- Reactions and replies to messages
- Notifications and unread messages
- Live voice chat