Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 848 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 848 Bytes

TwitterWebApp API Build Status

Project APIs for a clone of Twitter web application

To begin with, clone this repo and make sure you use PostgreSQL for this code base.

What scripts to run?

In the project directory, you can run:

npm install

Installs the dependencies in the local node_modules folder.

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Runs all the test in the project using Jest.