Skip to content

Raza-ILV/2023-Nest.js-webgame

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published