hansyschmitt / steam-serverless-game-gallery

Allows an user to login and set a personal gallery of games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Serverless TODO

How to run the application

Backend

To deploy an application run the following commands:

cd backend
npm install
sls deploy -v

Frontend

To run a client application first edit the client/src/config.ts file to set correct parameters. And then run the following commands:

cd client
npm install
npm run start

This should start a development server with the React application that will interact with the serverless TODO application.

About

Allows an user to login and set a personal gallery of games


Languages

Language:TypeScript 87.8%Language:JavaScript 7.1%Language:HTML 3.3%Language:CSS 1.8%