Skip to content

Feather is a fully-functioning blog web application that supports Markdown and also implements a complete user model. Built with Express.js, MongoDB and Passport.js. 🎈

Notifications You must be signed in to change notification settings

outoflaksh/feather-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Feather: A Markdown blog app

Where Ideas Come Together

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Feather Landing Page Feather is a fully-functioning blog web application that supports Markdown and also implements a complete user model with custom profile pages, dynamic post routes, and username+password based auth-flow.

Every user can write a blog post and additionally provide a title, subtitle, and a cover image to go with the content. They can also delete their posts from their profile page. The blog supports Markdown and hence all the text formatting such as headings, subheadings, lists, links, bold/italics also work.

(back to top)

Built With

Additionally:

Deployment:

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/outoflaksh/feather-blog.git
  2. Install NPM packages
    npm install
  3. Enter a MongoDB connection string in a .env file
    MONGO_URI=<your connection string (Atlas or localhost)>
    
  4. Start the development server by executing:
    npm run devStart

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  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

(back to top)

License

Distributed under the MIT License.

(back to top)

Contact

Lakshya Malik - IG: @outoflaksh

Project Link: https://github.com/outoflaksh/feather-blog

(back to top)

About

Feather is a fully-functioning blog web application that supports Markdown and also implements a complete user model. Built with Express.js, MongoDB and Passport.js. 🎈

Topics

Resources

Stars

Watchers

Forks