Skip to content
/ blog Public

Full-stack project where users can make blog posts, comment, share posts with friends via e-mail, sort posts by tags etc. I used Django on the back-end and UIKit on the front-end.

Notifications You must be signed in to change notification settings

femalves/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Language Count GitHub Top Language GitHub Last Commit License



Screen Shot 2020-08-10 at 11 25 15

👹 Demo Web

Visit demo website

💻 Tecnologies used

📚 Other Libs

💅 Styling

🚀 Deployed to Heroku

⚙️ Functionalities

  • Add, remove, edit blog post
  • Django admin page
  • Forms to make comments and share posts
  • Image upload
  • Post tags
  • Pagination
  • Sitemap

🏃 How to run

# Clone this repository
$ git clone https://github.com/femalves/blog

# From the terminal, go to folder
$ cd blog

# Create and run virtual environment
$ virtualenv env
$ source env/bin/activate

# Install dependencies
$ pip install -r requirements.txt

# Run migrations
$ python manage.py makemigrations
$ python manage.py migrate

# Start local server
$ python manage.py runserver

# Go to http://localhost:8000

📝 License

MIT

About

Full-stack project where users can make blog posts, comment, share posts with friends via e-mail, sort posts by tags etc. I used Django on the back-end and UIKit on the front-end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors