Skip to content

mitrukahitesh/API-Coaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API Coaster

API Coaster is a web application where users can test their APIs that work with JSON request/response body. Users can create collection of APIs and share the collection with other users using the collection code with "ADMIN" or "DEVELOPER" privilege. A developer can only be able to view and test APIs whereas an admin can modify, add, or delete too.

URL

API Coaster

Run in Local

1. Clone the project
2. cd API-Coaster
3. Run "npm install && npm start"