Skip to content

hisham-slm/Post-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Post-It

Post-It is a web application that allows users to follow, like, and upload images, using Angular for the frontend and Python Django for the backend.

Features

  • User Authentication: Secure user authentication and authorization.
  • Image Upload: Capability to upload and share images.
  • Follow Users: Functionality enabling users to follow other users.
  • Like Images: Ability to like and interact with images.

Tech Stack

  • Frontend: Angular
  • Backend: Python Django
  • Database: PostgreSQL

Installation

Prerequisites

  • Node.js and npm
  • Python and Django

Steps

  1. Clone the repository:
    git clone https://github.com/hisham-slm/post-it.git
  2. Backend Setup:
    • Navigate to the backend directory.
    • Run migrations:
      python manage.py migrate
    • Start the Django server:
      python manage.py runserver
  3. Frontend Setup:
    • Navigate to the frontend directory.
    • Install dependencies:
      npm install
    • Start the Angular server:
      ng serve
  4. Accessing the App:
    • Open your web browser and go to http://localhost:4200.

Contributing

We welcome contributions! Feel free to fork the repository, make changes, and submit a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published