Backend-end repository for Medium-clone built using ExpressJs and MongoDb
Report Bug
·
Request Code
Table of Contents
This project aims to build a medium like blog posting platform which any organisation, specially colleges with different clubs posting over their publication/Club Board, can use for regularly posting out information/updates and interesting posts. This repository is backend for the same built using ExpressJS wit MondoDB as Database. The project is under development/
- Fork the repo
- Clone repository using
git clone <link>
- Install the dependencies using
npm install
- Run server using
npm start
.
- Open issue if you want a particular part of the handbook to be implemented earlier or have any issue in the present codes.
- Further, more features will be added as I get time. Do star it, motivates me to work over a project. :)
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b newfeature
) - Commit your Changes (
git commit -m 'Added feature: "Description""'
) - Push to the Branch (
git push origin newfeature
) - Open a Pull Request
- Schemas added.
- Authentication endpoints added.
- Basic Publication endpoints added.
- User endpoints done.