Skip to content

Latest commit

 

History

History
60 lines (47 loc) · 1.94 KB

README.md

File metadata and controls

60 lines (47 loc) · 1.94 KB

Wryter

About The Project

Wryter is a blogging portal, you can post and find numerous blogs of different writers, the blogs are categorized in different categories, you can add your post under a specific category or create your own category. There's also the feature of comments, other users can comment on your blog posts. All the posts, categories and comments are saved in a MongoDB database. In the Website, click on Add Post, to create and post a new blog, Home has all the posts from different users. Click on Add Category to add your new, custom category.

Built With

Some major frameworks that were used in this project.

Getting Started

Installation

  1. Clone the repo
git clone [email protected]:RishabhKodes/Wryter.git
  1. Goto root directory
cd Wryter
  1. Install NPM packages
npm install
  1. Run using command:
npm start
  1. Visit Link
https://localhost:3000

Contributing

Note that this repo is just the core backend of the service with very basic UI implementations. UI contributions are needed. If you are making a UI, create a new directory called views/frontend. 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 feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact Me

Rishabh Bhandari - LinkedIn Email

Project Link - GitHub