Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardochaves/chatwars-database-web
https://github.com/ricardochaves/chatwars-database-web
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ricardochaves/chatwars-database-web
- Owner: ricardochaves
- License: mit
- Created: 2019-05-27T00:27:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T10:23:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T21:46:24.152Z (over 1 year ago)
- Language: JavaScript
- Size: 1.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatWar DataBase Web
## About the game
It`s a [Telegram chatbot game](https://telegram.me/chtwrsbot?start=f71c9cd581c94906ad95899798a21146)
## Motivation
I'm trying to get a little closer to React. I decided to develop something fun to help with my studies.
## Need help
This code was made by someone who does not know the framework. It's being my first contact with Next.js. So if you liked the project and want to help, feel free to restructure the project in any way you think is best.
## Stat project
Create a `config.json` with the valus of your Auth0 account.
```json
{
"AUTH0_CLIENT_ID": "gUo8Ek3j4k5YrXA1E73fjk34bvD3xbHQA",
"AUTH0_CLIENT_DOMAIN": "yourdomain.auth0.com",
"API_HOST": "http://0.0.0.0:5005/api/v1/",
"AUDIENCE": "you_auth0_audience"
}
```## Back End
The Back End for this project is [CharWarsDatabase API](https://github.com/ricardochaves/chat-wars-database-api)