mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
An open-source social media.
Mirror from https://github.com/hknsh/project-knedita.git
prisma | ||
src | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.gitignore | ||
.swcrc | ||
docker-compose.db.yml | ||
docker-compose.yml | ||
Dockerfile | ||
jest.config.js | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json |
Social Media - Unnamed
A simple social media created with React Native and Express.
To-do - Backend
- Create/update/delete Posts
- Password recuperation
- Two step verification
- Able to choose a profile picture
- Following/unfollowing features
- Like posts
- Probably pinned posts
- Authentication ✅
- Add more verification (like, if the password is too short)