Gaming site where people can add their own games.
- Angular
- Node.js
- TypeScript
- MongoDB
- Public Area
- Login/Register
- Create/Delete a game
- View your games
- ! Install NodeJS from their site
- Clone the repo, preferably with VS Code
- Open a terminal and type 'cd app' then 'npm i'
- Then open another one and do 'cd rest-api' then 'npm i' again in here
- Open 2 terminals
- 'cd app' then 'ng s' and
- 'cd rest-api' then 'node index.js'
- Open http://localhost:4200/ in your browser