A Express App (Node.js) proxy API with Socket.io for a Twitter clone. #GoWeek Learn more at: https://rocketseat.com.br
- Clone the repository.
- Inside the main folder of the project run
npm install
. - Rename the
.env.example
file to.env
, and follow the steps inside. - Run the project with
npm start
.