Raza-ILV / 2023-Nest.js-webgame

Mini game about vikings knights and samurais using basic CRUD operations on Nest with TS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest-ReactTS-Minigame

How to start?

  • install main packages
npm i
  • install all clieint packages
npm run icilent
  • install all server packages
npm run iserver
  • start game
npm run dev

What is an structure?

  • Basic CRUD API
  • Assets folder
  • Warriors component folder with all subpage components
  • Config: dynamic warriors parameters
  • Intarfaces contains only 1 warrior interface wich same as API's
  • Services contains global logic functions
  • App.tsx contains only routing

What is in .env?

  • DB_URI = my mondoDB source
  • PORT = any port you like

About

Mini game about vikings knights and samurais using basic CRUD operations on Nest with TS.


Languages

Language:TypeScript 93.7%Language:HTML 3.1%Language:JavaScript 3.0%Language:CSS 0.1%Language:Procfile 0.1%