mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Competitive Splatoon Platform
| build | ||
| models | ||
| react-ui | ||
| scripts | ||
| .eslintrc.js | ||
| .gitignore | ||
| index.js | ||
| LICENSE.txt | ||
| package-lock.json | ||
| package.json | ||
| Procfile | ||
| README.md | ||
sendou.ink
Competitive Splatoon Hub
Live version: https://sendou.ink/
What's happening
I'm making this site as a school project of full stack web development. It is my first time working on a web site project of my own so it's very much a learning experience in that sense.
First working feature is searching for past results of Top 500 of X Rank in Splatoon 2. Going forward the plan is to work on different features as well as guides.
Technologies used
- React
- Node.js
- GraphQL (Apollo)
- MongoDB (Mongoose)
- Python (couple different scripts to parse data)
Installation
- Install Node
- Use
npm installin the root folder - Use
npm installin the /react-ui folder - Use
npm run watchin the root folder - Use
npm startin the /react-ui folder
Server will run on http://localhost:3001/
Frontend will run on http://localhost:3000/
Contributing
You are welcome to create an issue or do a pull request.
License
GNU General Public License v3.0