An open-source social media. Mirror from https://github.com/hknsh/project-knedita.git
Find a file
2023-10-01 14:47:41 -03: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
prisma style: updated schema spacing 2023-09-30 18:00:19 -03:00
public feat: added swagger for documentation 2023-10-01 14:47:41 -03:00
src feat: added swagger for documentation 2023-10-01 14:47:41 -03: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
.eslintignore Added ESLint and Prettier, added module resolvers, tests not working by now. 2023-07-31 20:18:07 -03:00
.eslintrc.json Created logout route. Update eslint config file 2023-08-22 17:47:32 -03:00
.gitignore Updated gitignore 2023-08-22 14:06:06 -03:00
.prettierrc Added ESLint and Prettier, added module resolvers, tests not working by now. 2023-07-31 20:18:07 -03:00
.swcrc Fixed Docker and tests. Replaced ioredis. 2023-08-08 19:52:28 -03:00
banner.svg Updated banner (again) 2023-09-02 16:23:44 -03:00
commitlint.config.js feat: added commitlint and husky for linting commit messages 2023-09-30 14:31:02 -03: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
package-lock.json feat: added swagger for documentation 2023-10-01 14:47:41 -03:00
package.json feat: added swagger for documentation 2023-10-01 14:47:41 -03:00
README.md Updated README 2023-09-02 16:19:41 -03:00
swagger.yaml feat: added swagger for documentation 2023-10-01 14:47:41 -03:00
tsconfig.json feat: implemented unit tests 2023-09-30 17:15:19 -03:00
vitest.config.ts feat: implemented unit tests 2023-09-30 17:15:19 -03:00

LocalStack - A fully functional local cloud stack

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