Clone the project and access the folder
$ git clone https://github.com/Jardel-Nathan/twitter-oauth.git$ cd backendInstall the dependencies
$ yarnCreate .env file
# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .envSetup the credentials
get the credentials keys on https://developer.twitter.com/en/docs/authentication/overview
Start the server
$ yarn dev
# Well done, project is started!$ cd frontendInstall the dependencies
$ yarnStart the aplication
$ yarn start
