Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anishsinha-io/testsocialnetwork

Very very basic social network. Nothing special. This is just practice for fourseveneight
https://github.com/anishsinha-io/testsocialnetwork

Last synced: 24 days ago
JSON representation

Very very basic social network. Nothing special. This is just practice for fourseveneight

Awesome Lists containing this project

README

        

# testsocialnetwork

## ISSUES WITH THIS THAT WOULD BE FIXED IN A REAL PROJECT:

1. Since this is a practice project, the authentication middleware is done using JWT. In a real application, this will be replaced with a more robust authentication library
2. The likes indexing is highly inefficient. In a real application, indexes will be created so that binary search can easily be implemented
3. In production, factory functions would be created to refactor the code.
4. All the route parameters are fucking ugly. This would be fixed.
5. The types for everything aren't perfect. This would be fixed in production.