/medium-clone

Full stack application clone of Medium.com

Primary LanguageJavaScriptMIT LicenseMIT

Poedium

Is a full-stack application that seeks to clone the medium.com experience.

As more people are trying to find a way to show their poetic side, Poedium strives to fullfill their dreams.

More information can be found on this project at it's Wiki


Logo

Poedium

A Poet's Community
Explore the docs »

Table of Contents

  1. About The Project
  2. Live Link To Project
  3. Getting Started
  4. License
  5. Contact


About The Project

A full stack application that draws inspiration from medium.com.



Live Link

Live Link For This Project Can Be Found Here



Built With


Pug

Pug

Express

Express

Javascript

Javascript

PostGresSQ

Postgres

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo

    git clone https://github.com/mikethecodegeek/medium-clone
  2. Install NPM packages

    npm install
  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 dotenv sequelize command interface, migrate your database, seed your database, and run your express app from your frontend and backend folders

    npx dotenv sequelize-cli db:migrate
    npx dotenv sequelize-cli db:seed:all
    
     npm start



License

Distributed under the MIT License. See LICENSE for more information.

Contact

Project Link: GitHub Project Link