Skip to content

jardel-nathan/twitter-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

twitter-oauth

GoBarber Logo

GitHub last commit GitHub top language





typescript nextjs nodejs express

💻 Getting started


Requirements

Clone the project and access the folder

$ git clone https://github.com/Jardel-Nathan/twitter-oauth.git

First setup the API application

$ cd backend

Install the dependencies

$ yarn

Create .env file

# Make a copy of '.env.example' to '.env'
# and set with YOUR environment variables.
$ cp .env.example .env

Setup 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!

Setup web client

$ cd frontend

Install the dependencies

$ yarn

Start the aplication

$ yarn start

About

Node application integrated with twitter API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors