A project to exemplify the usage of @desmondmorris's node-twitter using @expressjs REST API
- Clone this project into a directory
- Enter the project directory and start
npm install - Create a
.envfile inside the project directory and configure it based on.env.example - Run the development server by
npm run devand access the defaulthttp://localhost:3000in your browser
- It is recommend to use
Postmanand I have provided thecollectionandenvironmentfiles in the project.