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.git
Go to the project directory
cd lil-blog
Install Python dependencies
pip install -r requirements.txt
Install JavaScript dependencies
npm install package.json
To run this project, you will need to create and add the following environment variables to your config.py file
SECRET_KEY
SQLALCHEMY_DATABASE_URI