https://github.com/greenkilo/GamesCrudApp
https://github.com/greenkilo/GamesCrudApp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/greenkilo/GamesCrudApp
- Owner: redjasm
- Created: 2022-11-14T00:44:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-18T13:26:32.000Z (over 3 years ago)
- Last Synced: 2025-01-01T05:18:15.673Z (over 1 year ago)
- Language: JavaScript
- Homepage: games-crud-app.vercel.app
- Size: 308 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Electric Games Inc
### Frameworks
* [React](https://facebook.github.io/react/)
* [.NET Core](https://www.microsoft.com/net/core)
* [SQLite](https://www.sqlite.org/)
### Structure
*Styles* - All styles are saved in the styles folder. They're divided into two files - `index.css` and `App.css` - the former is for global styles such as body, h1, p, etc. The latter includes classNames for the React components.
*Pages* - All pages are saved in the pages folder. They might include other components, but they're the main components that are rendered in the `App.js` file.
*Components* - All components are saved in the components folder. They're the smaller components that are used in the pages.
### Running the project
https://learn.microsoft.com/nb-no/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api
dotnet new webapi
dotnet run
dotnet tool install -g Microsoft.dotnet-httprepl
If error Unable to find an OpenAPI description. Use: dotnet dev-certs https --trust
httprepl https://localhost:{PORT}
dotnet add package Microsoft.AspNetCore.Cors --version 2.2.0