Coder Social home page Coder Social logo

njagi-g / datcord-project-fkpw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fatalbanana1/datcord-project-fkpw

0.0 0.0 0.0 4.68 MB

Datcord Project - By Fahd, Keenly, Peter, Wasiq

Shell 0.02% JavaScript 1.16% Python 54.58% CSS 43.69% HTML 0.31% Mako 0.23%

datcord-project-fkpw's Introduction

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

datcord-project-fkpw's People

Contributors

fatalbanana1 avatar keenlyhere avatar ipetpandas avatar dhaaaf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.