https://github.com/brunogroth/palpitometro
Um simples Palpitômetro da Copa do Mundo de 2022. Rest API C#, Banco SQLite e frontend em Angular
https://github.com/brunogroth/palpitometro
angular api-rest asp-net-core sqlite
Last synced: about 2 months ago
JSON representation
Um simples Palpitômetro da Copa do Mundo de 2022. Rest API C#, Banco SQLite e frontend em Angular
- Host: GitHub
- URL: https://github.com/brunogroth/palpitometro
- Owner: brunogroth
- Created: 2022-11-25T00:22:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T01:08:52.000Z (over 3 years ago)
- Last Synced: 2025-01-08T19:13:39.967Z (over 1 year ago)
- Topics: angular, api-rest, asp-net-core, sqlite
- Language: C#
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Palpitometro
PT-BR: Um simples Palpitômetro da Copa do Mundo de 2022. Rest API C#, Banco SQLite e frontend em Angular.
EN: A simple Guessing application for 🌐 2022 FIFA World Cup. Register teams, Matches and your guesses for each game. C# Rest API, SQLite Database and Angular Frontend.
## Built With
- HTML5/CSS3
- Angular
- TypeScript
- C# (ASP.NET Core) 5.0 Rest API
- SQLite Database
- VS code
- Git
# Getting Started
## Prerequisites:
- Create an account on [github](https://github.com/login)
- Install git bash or use git on the command line.
- Use an IDE of your preference such as [VS Code](https://code.visualstudio.com/download).
- Install [Node JS](https://nodejs.org/en/download/)
- Install [.NET 5.0](https://dotnet.microsoft.com/en-us/download/dotnet/5.0)
## Steps to follow:
- Clone [this repository](https://github.com/brunogroth/Palpitometro) to your local machine
- ```
git clone https://github.com/brunogroth/Palpitometro.git
```
- Navigate to `cd Palpitometro` directory.
# API
- Navigate to `cd API_Copa` directory.
- To install all the app dependencies on the command line run
- ```
dotnet restore && dotnet build
```
- To run the API in the development mode run
- ```
dotnet watch run
```
# Angular Frontend
- Navigate to `cd FRONT_Copa` directory.
- To install all the app dependencies on the command line run
- ```
npm install
```
- To run the Frontend in the development mode run
- ```
ng serve -o
```
# Author
:man: **Bruno Groth**
- [GitHub](https://github.com/brunogroth)
- [LinkedIn](https://linkedin.com/in/bruno-groth/)
- [Portfolio](https://brunogroth.github.io/Portfolio-React-Website)
## 🤝 Contributing
- Contributions, issues, and feature requests are welcome!
- Feel free to check the [issues page](https://github.com/brunogroth/Palpitometro/issues).
## Show your support
Give a ⭐ if you like this project!