Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

UrSok/CodingBattles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding Battles

A platform for challenging others in a coding battle.

Notice for future me

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.

Configurations

TODO: Find how does the certificates are generated..

Settings file

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

About

A platform for challenging others in a coding battle.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages