pulkit1joshi / MedBackend

Node Js Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintenance codebeat badge

Medium Clone Backend


Backend-end repository for Medium-clone built using ExpressJs and MongoDb
Report Bug · Request Code

Table of Contents
  1. About The Project
  2. Usage
  3. Roadmap
  4. Contributing

About The Project

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/

Usage

  • Fork the repo
  • Clone repository using git clone <link>
  • Install the dependencies using npm install
  • Run server using npm start.

Roadmap

  • 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. :)

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b newfeature)
  3. Commit your Changes (git commit -m 'Added feature: "Description""')
  4. Push to the Branch (git push origin newfeature)
  5. Open a Pull Request

Features

Done

  1. Schemas added.
  2. Authentication endpoints added.
  3. Basic Publication endpoints added.
  4. User endpoints done.

About

Node Js Backend


Languages

Language:JavaScript 99.6%Language:Shell 0.4%