Skip to content

An image sharing Web application built on NodeJS

License

Notifications You must be signed in to change notification settings

ahmedfouzan/pitcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitcher

An image sharing web application, with additional features like video sharing, live video streaming, chat.

Version

1.0.0

Prerequisites

Installation

Clone this repository

git clone https://github.com/ahmedfouzan/pitcher.git

Change into the directory

cd pitcher

Install the dependencies

npm install

Running

Run the app

npm start

End Points

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

Built With

Authors

License

MIT