SWC App
Current status and latest repositories to use
- gqc/swc2023: SWC 2023 Front End Repository (github.com)
- This is gold standard repo for the frontend development.
- The PR:4 is where Deven was actively migrating stuff from where Sumanth had left off.
- Still the functionality is not fully implemented
- gqc/SWC2022-backend: Most recent backend logic for SWC. (github.com)
- gqc/SWC2022-frontend: DEPRECATED - Refer to swc2023 (github.com)
React frontend
- Clone the SWC2023 repo
- cd into the repo
- Run the command to install the dependencies
yarn install - Run to start the server
yarn start
Linting configuration
- Install the ESLint extension in VSCode.

- Once the extension is installed, add the following code inside
.vscode/settings.jsonsettings.json{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.validate": ["javascript"],
"eslint.enable": true
} - Voila, you now have linting configured for the SWC2023 repository.
C# backend
- Clone the repo
SWC2022-backendrepository - Open the
slnfile in Visual Studio 2022 - Install the NuGet packages
- Build the solution
- Run the server/app