jpswade / talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebDevTalk

This is a forum made for the Web Development "webdev" community.

It's a demonstration of modern technology, including: Serverless, NodeJs, GraphQL and React.

Backend

A "Serverless" function backend.

Start Offline (Development)

sls offline start

Listing tables:

aws dynamodb --endpoint-url http://localhost:8000 list-tables

Scan the table:

aws dynamodb --endpoint-url http://localhost:8000 scan --table-name webdevtalk-dev-users

Frontend

A "React" frontend client.

Start locally (Development)

npm run start

Todo

  • Switch to a Single sign-on model

About


Languages

Language:JavaScript 99.2%Language:HTML 0.6%Language:CSS 0.3%