An image sharing web application, with additional features like video sharing, live video streaming, chat.
1.0.0
Clone this repository
git clone https://github.com/ahmedfouzan/pitcher.git
Change into the directory
cd pitcher
Install the dependencies
npm install
Run the app
npm start
Using the following endpoints you can
- Register a user
POST /users/register
- Login
POST /users/authenticate // Gives a token
- Go to a protected route
GET /users/profile // Requires token to authorize