Skip to content

ManuelGil/blogter

Repository files navigation

BlogTer

GitHub Release GitHub Release Date GitHub license

Blogter is a social media application for writing and sharing blogs with no character restrictions. Users can enrich their text with various formatting options, and engage with other users through interactions such as "likes", "retweets", "shares", and "comments".

Features

  • Personalization: Users can personalize their profiles and their experience on the application.
  • Categories: Blogs can be categorized, and users can filter blogs by category.
  • Notifications: A notification system alerts users when their blogs receive interactions, comments, etc.
  • Multimedia integration: Users can include images, videos, and other types of multimedia content in their blogs.
  • SEO-friendly: The application is optimized for search engines to help blogs appear in search results.
  • Privacy: Privacy options allow users to control who can see their blogs and who can't.
  • Analytics tools: Analytics tools help users understand their reach and impact on the community.

Installation

$ npm install

Configuration

  • Copy the .env.example file and call it .env.

  • Edit the environment variables in the .env file as you need.

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Changelog

See CHANGELOG.md

Contributing

Thank you for considering contributing to alternative admin. The contribution guide can be found in the CONTRIBUTING.md.

Code of Conduct

In order to ensure that the alternate admin community is welcoming to all, please review and abide by the CODE_OF_CONDUCT.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the MIT for details.