Skip to content

Dhaaaf/datcord-project-FKPW

 
 

Repository files navigation

Datcord - by Fahd, Keenly, Peter, and Wasiq

🐄 About

Datcord is a full-stack web application cloned and inspired by Discord. The build currently supports six features for user interactivity: (1) Servers: Full CRUD, (2) Channels: Full CRUD, (3) Channel Messages: Full CRUD, (4) Memberships: Full CRUD, (5) Theme: Switch between light and dark mode, (6) Friendship: Full CRUD

Click to view DatCord Live

💻 Tech Stack

Languages:

JavaScript Python HTML CSS

Backend Development:

Flask

Frontend Development:

react react-router redux

Features:

Splash Page

img

Servers

img

Channels

img

Channel Messages

img

Memberships

Theme

Friendship

📁 Installation

  1. Clone this repository (only this branch)

  2. Install dependencies

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

  4. Make sure the SQLite3 database connection URL is in the .env file

  5. This starter organizes all tables inside the flask_schema schema, defined by the SCHEMA environment variable. Replace the value for SCHEMA with a unique name, making sure you use the snake_case convention.

  6. 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
  7. To run the React App in development, checkout the README inside the react-app directory.

Database Schema Design

datcord-dbdiagram

About

Datcord Project - By Fahd, Keenly, Peter, Wasiq

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.5%
  • CSS 43.7%
  • JavaScript 1.2%
  • Other 0.6%