- Built using Expressjs , Mongodb
- Characters API - All Crud Operations can be performed
- Relations API - All Crud Operations can be performed
- Assumption in Relations API- The characters ids of the character and its relation would be sent in the request body
- JWT Authentication implemented - so only authenticated users can access it
- User API - For registration and login
- Reports API - generate excel , generate pdf , generate csv files
- XLXS library used for excel , csv file
- fs and pdfkit used for pdf file
- Relations not showing up in either of the files yet.