Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dsc712/medium-clone

Web Technology Project. In partial fulfilment of the award of degree of B.tech in CSE at GGSIPU :mortar_board:. Here we have tried to clone the famous website for creative writers "medium" in our style.
https://github.com/dsc712/medium-clone

ant-design draft-js-plugins draftjs mysql2 nextjs nodejs objectionjs react react-dom redux yarn-packages

Last synced: 15 days ago
JSON representation

Web Technology Project. In partial fulfilment of the award of degree of B.tech in CSE at GGSIPU :mortar_board:. Here we have tried to clone the famous website for creative writers "medium" in our style.

Awesome Lists containing this project

README

        

# Medium Clone

## Project setup steps
1. Run npm install cmd in root to install all the dependencies.
2. create a .env file in root, follow .env.example file to see the format and fill in the details.
just tweak in with DB_database, DB_user and DB_password according to your system.

## Some Commands which will be used to start and work with the project
yarn build # for building the static assets in .next directory, as soon as you run this cmd you should see this directory in your root
yarn start # for starting your api and web both ( recommended )
nodemon server/dev-api.js # for starting just api
nodemon server/dev-web.js # for starting just web