Skip to content

rubik12023/GAME-FRONTEND-API-EXERCISE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIDEOGAME Example

This videogame example contains 2 projects (Frontend and API)

Demo

Frontend: https://frontend-angular-game.onrender.com API Node: https://api-node-game.onrender.com Connection to MongoDB Altas Cluster

Setup

README API NODE link

README FRONTEND link

Considerations

There are three main ways of handling file uploads:

1- Saving the images directly to your server / static folder (next release of this demo)
2- Saving the image’s binary data or base64 string data to your database, or Grid FS is a feature in MongoDB
3- Using Amazon Web Service (AWS) S3 buckets, Google Cloud Storage or other storage service to save and manage your images (my recommended option)

Both Projects have the latest version of dependencies with 0 vulnerabilities :-)