Coder Social home page Coder Social logo

cpualei / betwxd Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2.86 MB

A full-stack pixel-perfect clone of Medium.

Dockerfile 2.34% Shell 0.01% Python 68.71% Mako 0.50% HTML 0.23% CSS 28.20%
css3 flask heroku html5 javascript python redux nodejs postgresql reactjs sqlalchemy

betwxd's Introduction

Betwx'd

A full-stack pixel-perfect clone of Medium.

Betwx'd received it's name from the term "betwixt" meaning "in between two things". This application provides a place where people can share their thoughts, ideas, opinions and perspectives, and also browse those of others.

Live link: https://betwxd-1cf4683698b7.herokuapp.com/


Technologies used:

JavaScript React Redux HTML5 CSS3 Heroku Python Flask Postgresql AWS



Application architecture:

Betwx'd is built with Flask (backend), React and Redux (frontend), and PostgresSQL (database).


Future features:

✅ To reflect the features Medium provides, I plan to implement a search function which allows writers to search other writers and articles, a "claps" feature which allows writers to "clap" (or like) a story, and profile pages for existing users where other users can view all stories that a particular writer has written.

✅ Give users ability to edit their usernames

✅ Give users ability to edit their bios

🟩 Give users ability to edit their profile pictures

Connect with me:

Linkedin | Github


Getting started:

  1. Clone the main repository

    git clone https://github.com/cpualei/betwxd.git
  2. Install the dependencies

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

  4. Setup your PostgreSQL user, password and database and make sure it matches your .env file

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

betwxd's People

Contributors

cpualei avatar

Watchers

 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.