An open-source social media. Mirror from https://github.com/hknsh/project-knedita.git
Find a file
2023-06-29 10:51:44 -03:00
prisma Created new tests (some of they are not working) 2023-06-27 20:25:27 -03:00
src Fixed small bug in create-user.ts 2023-06-29 10:51:44 -03:00
.dockerignore fixinit10 2023-06-20 17:05:15 -03:00
.editorconfig fixinit10 2023-06-20 17:05:15 -03:00
.env.example fixinit10 2023-06-20 17:05:15 -03:00
.gitignore Created new tests, added SWC for faster compiling. 2023-06-24 17:38:34 -03:00
.swcrc Changed TSC in favor of SWC. Added new tests, added new endpoints. 2023-06-26 14:01:40 -03:00
docker-compose.db.yml fixinit10 2023-06-20 17:05:15 -03:00
docker-compose.yml fixinit10 2023-06-20 17:05:15 -03:00
Dockerfile Created new tests, added SWC for faster compiling. 2023-06-24 17:38:34 -03:00
jest.config.js Created new tests, added SWC for faster compiling. 2023-06-24 17:38:34 -03:00
LICENSE fixinit10 2023-06-20 17:05:15 -03:00
package-lock.json Created new tests (some of they are not working) 2023-06-27 20:25:27 -03:00
package.json Created new tests (some of they are not working) 2023-06-27 20:25:27 -03:00
README.md Fixed small bug in create-user.ts 2023-06-29 10:51:44 -03:00
tsconfig.json Changed TSC in favor of SWC. Added new tests, added new endpoints. 2023-06-26 14:01:40 -03:00

Social Media - Unnamed

A simple social media created with React Native and Express.

To-do - Backend

  • Create/update/delete Posts
  • Create/update/delete Users
  • Password recuperation
  • Two step verification
  • Able to choose a profile picture
    • Probably gonna use LocalStack to mock Amazon S3
  • Following/unfollowing features
  • Like posts
  • Probably pinned posts
  • Authentication
    • Add more verification (like, if the password is too short)
  • Set display name
  • Add rate limit

Known problems

  • Tests taking too long

License

MIT