mirror of
https://github.com/hknsh/project-knedita.git
synced 2024-11-28 17:41:15 +00:00
29 lines
675 B
Markdown
29 lines
675 B
Markdown
|
|
# 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
|
|
- Some tests will give error 401, for now just try until it works
|
|
|
|
## License
|
|
|
|
[MIT](https://choosealicense.com/licenses/mit/)
|