mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 09:31:16 +00:00
An open-source social media.
Mirror from https://github.com/hknsh/project-knedita.git
.github | ||
.husky | ||
.vscode | ||
prisma | ||
src | ||
test | ||
.dockerignore | ||
.editorconfig | ||
.env.example | ||
.gitignore | ||
banner.svg | ||
biome.json | ||
commitlint.config.js | ||
docker-compose.db.yml | ||
docker-compose.yml | ||
docker.env.example | ||
Dockerfile | ||
LICENSE | ||
nest-cli.json | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.build.json | ||
tsconfig.json |
Stack
Client: NextJS, TailwindCSS and Radix UI Icons. You can find the front-end here
Server: ExpressJS, Jest, Docker, Postgresql, Redis, Prisma, AWS, SWC and Typescript
To-do - Backend
- Create/update/delete Posts ✅
- Add post attachments
- Create/update/delete Users ✅
- Password recuperation
- Two step verification
- Able to choose a profile picture✅
- Probably gonna use LocalStack to mock Amazon S3✅
- Image compression ✅
- Following/unfollowing features ✅
- Like posts ✅
- Authentication ✅
- Add more verification (like, if the password is too short) ✅
- Set display name ✅
- Add rate limit ✅