Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansonhex/fakex
fakeX is a social media application that allows users to create, share posts.
https://github.com/ansonhex/fakex
auth0 express postgresql react tailwindcss
Last synced: about 1 month ago
JSON representation
fakeX is a social media application that allows users to create, share posts.
- Host: GitHub
- URL: https://github.com/ansonhex/fakex
- Owner: ansonhex
- Created: 2024-07-04T05:30:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T20:29:35.000Z (4 months ago)
- Last Synced: 2024-10-14T01:41:42.715Z (about 1 month ago)
- Topics: auth0, express, postgresql, react, tailwindcss
- Language: JavaScript
- Homepage: https://fakex.ansonhe.com
- Size: 385 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fakeX
![demo](https://raw.githubusercontent.com/ansonhex/rawimages/master/img/fakex-demo2.png)
> [Live Demo](https://fakex.ansonhe.com)
**fakeX** is a social media application that allows users to **create, share posts**, and interact with other users through likes and comments.
## Tech Stacks
- Frontend: `React`
- Backend: `Node.js` and `Express`
- Database: `PostgreSQL`
- Authentication: `Auth0`
- Database ORM: `Prisma`
- Styles: `Tailwind CSS`
- Deployment:
- Frontend: `Vercel`
- Backend & Database: `self-hosted`## Features
- **Authentication**: Login with GitHub and Google supported by [Auth0](https://auth0.com/)
- **Post Creation**: Users can create, edit, and delete posts
- **Likes and Comments**: Interact with posts through likes and comments
- **Profile Management**: Users can update their profile picture
- **React Router**: Client-side routing for seamless navigation## LICENSE