Skip to content

weshy007/blog--app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog Application

This is a blog application built with Python(Django), HTML and CSS.

Installation

  • Fork the project to your account then clone it.
  • Create a virtual environment and install all the dependencies from requirements.txt
$ pip install -r requirements.txt

NB:

  • The project uses a PotsgreSQL Database.
  • The App uses trigram similarity so create the extenstion in your db.
$ psql <db_name>;
$ CREATE EXTENSION pg_trgm;

Features

  • Admin can post, update, delete blogs.
  • The app comes with a sitemap framework to help with search engine rankings.
  • Users/reader can search for blogs using the search bar which has been optimized to search words with similarities(trigram).

alt text for screen readers.

Contributing

Pull requests are welcome.

Please make sure to update tests as appropriate.

License

© MIT

About

Simple search lookups with Trigram similarity

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published