Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.15 KB

DoWhile2021 NodeJS

App printscreen

About The Project

The project is a reactjs frontend consuming a backend in nodejs.

The following technologies were used:

Resources

  • Real time connection for sending and receiving messages with Socket.io
  • Authentication flow with Github OAuth and JWT web token

Run the Project

Clone this project:

git clone https://github.com/leomiranda/dowhile2021-frontend-reactjs.git
cd dowhile2021-frontend-reactjs

Clone, Configure and Run the backend

Configure a nodejs backend project (https://github.com/leomiranda/dowhile2021-backend-nodejs).

Now the backend server is running on localhost:4000.

Run dev script:

yarn
yarn dev

Now your server is running on localhost:3000.

Log In with your Github and add new messages.