Lil Blog, simply what a blog does: post, comment and like.
- Light/dark mode toggle
- Password & mail strength checker with RegEx
- Create & delete posts and comments
- Like post
- Create profile
- Sign up, login & logout
- Appropriate warning messages
| Pages/Mode | Light | Dark |
|---|---|---|
| Login | ![]() |
![]() |
| Sign up | ![]() |
![]() |
| Posts | ![]() |
![]() |
| User | ![]() |
![]() |
Client: JavaScript, Tailwind CSS
Server: Flask (Python)
Clone the project
git clone https://github.com/miracseref/lil-blog.gitGo to the project directory
cd lil-blogInstall Python dependencies
pip install -r requirements.txtInstall JavaScript dependencies
npm install package.jsonTo run this project, you will need to create and add the following environment variables to your config.py file
SECRET_KEY
SQLALCHEMY_DATABASE_URI








