Skip to content

JPRMohnish/BackendforCodeDrills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BackendforCodeDrills

Backend for mock apis to deliver data to codedrills frontend.

Project setup

Open up a new terminal window. Make sure that you have nodejs and npm latest version installed

npm install
npm start

And boom your mock server will start running resolve if any errors come before this stage.

Test GET APIs

type this get query from your browser.
http://localhost:3001/submission?id=1234
And you will see a output like this.

Screenshot 2021-09-03 at 11 35 52 PM

type this get query from the browser
http://localhost:3001/scoreboard?id=1234
And you will see a output like this. Screenshot 2021-09-03 at 11 37 00 PM

Thank You!

About

Backend formock apis to deliver data to codedrills frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors