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
A Poet's Community
Explore the docs »
A full stack application that draws inspiration from medium.com.
Live Link For This Project Can Be Found Here
Pug
Express
Javascript
To get a local copy up and running follow these simple steps.
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
-
Clone the repo
git clone https://github.com/mikethecodegeek/medium-clone
-
Install NPM packages
npm install
-
Create a .env file based on the example with proper settings for your development environment
-
Setup your PostgreSQL user, password and database and make sure it matches your .env file
-
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
Distributed under the MIT License. See LICENSE
for more information.
Project Link: GitHub Project Link