Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dsc712/medium-clone
- Owner: dsc712
- Created: 2019-03-12T14:15:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T06:51:13.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T20:41:11.926Z (about 1 month ago)
- Topics: ant-design, draft-js-plugins, draftjs, mysql2, nextjs, nodejs, objectionjs, react, react-dom, redux, yarn-packages
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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