AWS project.
Frontend:
- React
- Material UI
- Redux
Server:
- Node/Express
Auth:
- JWT
- Basic Auth
- OAuth 2.0
How to run project:
download and install dependencies.
cd into server folder and npm start
then in a different terminal window, cd into client and run npm start.
... There you go!