The ππΉπππππΎπππ is social media web application where users can sign up to the application to start using.
The First impression which makes this web application stand out from the rest is this the motto: π π’π¦π«π€ βπ―π’ππ±π¦π³π’ πͺππ¨π’ π¦π± π¬π― ππ―π’ππ¨, πΆπ¬π²π― ππ¬π°π±π° π ππ« π°π’π©π© π¦π‘π’ππ° ππΉπππππΎπππ users are able to upload photos with their unique ideas depending which category they want.
- A user can Sign in to the application to start using
- A user can upload pictures to the application.
- As user can see their profile with all their pictures.
- A user can follow other users and see their pictures on their timeline.
- A user can like a picture.
To use the application you should have python3 and django latest version installed in your machine.
- Create and activate the vitual Environment and install the from requirements.txt
$ python3 -m virtualenv virtual
$ source virtual/bin/activate
$ pip install -r requirements.txt
It will install everything from the requirements file after configuring launch and enjoy.
- Setting up environment variables
Create an .env
and add the following.
MODE='dev'
SECRET_KEY='<Secret_key>'
DB_NAME='<DB_Name>'
DB_USER='<Username>'
DB_PASSWORD='<password>'
DEBUG=True
DB_HOST='127.0.0.1'
ALLOWED_HOSTS='.localhost','.herokuapp.com','127.0.0.1'
DISABLE_COLLECTSTATIC=1
-
Start the Server to run the app
-
$ python3 manage.py runserver
-
Open localhost:8000
I have used:
Users are able to comment posts from their fellow, delete posts and update.
Users receives a welcome message after signing up.
jimmy-oss
No bugs so far
The website is under Mit license.