A platform for challenging others in a coding battle.
The app uses proxy to connect the back to the front. To be able to test them, you have to create two certificates and reference tem in the env.local. If you want to delete the proxy and use the normal way, remove the src/setupProxy.ts and config/proxy.
The state of the app is not very good, there should be done a lot of improvementes. In the future I should use Domain Events to better define the possible states of data, this way I won't have to call other comands to use the same logic.
For the UI I should create a proper design to follow. Should learn React more, so I can it's features as correctly.
TODO: Find how does the certificates are generated..
Database:
"MongoDbOptions": {
"ConnectionString": "dummy",
"DatabaseName": "dummy"
},
"JwtKeyOptions": {
"Key": "dummy"
}
"MailOptions": {
"Email": "dummy",
"DisplayName": "dummy",
"ClientId": "dummy",
"ClientSecret": "dummy",
"RefreshToken": "dummy",
"Host": "dummy",
"Port": "dummy"
},
"UrlGeneratorOptions": {
"Base": "dummy",
"AccountActivation": "dummy",
"ForgotPassword": "dummy"
},
TODO: Add info