Alike is a social media platform where innovative minds collaborate and share ideas to create the projects of tomorrow. The platform is deisgned so developers can showcase their projects, share their feedback, and keep up on all the latest technology.
Built by developers - for developers!
- Backend GitHub Link: https://github.com/NickFasulo/BackEnd-Alike
- Frontend GitHub Link: https://github.com/annadruzhinina/FrontEnd-Alike/
- Heroku API Root Directory: https://backend-alike.herokuapp.com/
To get started, navigate to the root path or insert one of the following paths into your browser:
- Root Path: https://backend-alike.herokuapp.com/
- User: https://backend-alike.herokuapp.com/user/
- All Posts: https://backend-alike.herokuapp.com/posts/
- Single Post: https://backend-alike.herokuapp.com/post/:id
- Comment: https://backend-alike.herokuapp.com/comment/
- Admin: https://backend-alike.herokuapp.com/admin/
Django User:
- username
- password
User Profile:
- username
- password
- re_password
Post:
- image (cloudinary URL)
- github_link
- project_name
- heartQty
- username (ForeignKey links to user model)
Comment:
- username
- comment
- post (ForeignKey links to post model)
Cloudinary was used to allow users to upload photos of their projects from multiple sources and apply parameters to those images. Here's an overview of the data flow.
- Cloudinary
- Cors
- Django
- Dotenv
- Heroku CLI
- Knox
- PostgresSQL
- Psycopg2-binary
- Python
- Rest Framework
- Comments section associated with each Post
- Functional profile pages
- Searchable tags
- Pagination
- Direct messaging between users
- Archiving favorite projects
- Following user profiles
- Forums, groups
- Tracking a user's likes
- Friends list
- Superuser for site arbitration
- Avatars
LinkedIn: https://www.linkedin.com/in/anna-druzhinina/
GitHub: https://github.com/annadruzhinina
LinkedIn: https://www.linkedin.com/in/ronlanzilotta/
GitHub: https://github.com/RonLanzilotta
LinkedIn: https://www.linkedin.com/in/nicholas-fasulo/
GitHub: https://github.com/NickFasulo
LinkedIn: https://www.linkedin.com/in/vasilis-myrianthopoulos/
GitHub: https://github.com/Vasilis89
LinkedIn: https://www.linkedin.com/in/ryanehrlich/
GitHub: https://github.com/Jagerziel
LinkedIn: https://www.linkedin.com/in/jose-a-calderon-software-engineer/
GitHub: https://github.com/HowzayCalderon
LinkedIn: https://www.linkedin.com/in/aolloni/
GitHub: https://github.com/argurjanaolloni
LinkedIn: https://www.linkedin.com/in/alexlchang/





