An open-source social media. Mirror from https://github.com/hknsh/project-knedita.git
Find a file
2024-01-25 00:06:36 +00:00
.github feat: added Dependabot to verify packages updates every week 2023-09-30 19:14:29 -03:00
.husky feat: added commitlint and husky for linting commit messages 2023-09-30 14:31:02 -03:00
.vscode feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
prisma fix: fixed user follow/following relation 2024-01-24 14:37:46 +00:00
src feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
test feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
.dockerignore fixinit10 2023-06-20 17:05:15 -03:00
.editorconfig Updated editorconfig 2023-08-09 16:53:46 -03:00
.env.example Updated CORS config 2023-09-03 12:58:09 -03:00
.gitignore feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
banner.svg Updated banner (again) 2023-09-02 16:23:44 -03:00
biome.json feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
commitlint.config.js feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
docker-compose.db.yml Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
docker-compose.yml Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
docker.env.example Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
Dockerfile Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
LICENSE fixinit10 2023-06-20 17:05:15 -03:00
nest-cli.json feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
package-lock.json feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
package.json feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
README.md chore: updated README banner alt text 2024-01-24 14:38:22 +00:00
tsconfig.build.json feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00
tsconfig.json feat: removed expressjs in favor of nestjs 2024-01-25 00:06:36 +00:00

Project Knedita - An open-source social media

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

License

MIT