Skip to content

jhensley/timmys-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Timmy's API

Lil' Timmy's doing an online course learning JavaScript, NodeJS and some algorithms but he's struggling. He's asked you, the developer he looks up to most in the world, to help him go through the problems he's been assigned to complete.

He's working in a pre-scaffolded Hapi app which has some plugins prepopulated in the ./server/api/ directory, he's been told he just needs complete the logic and return the correct data in the route handlers. Alongside that he also has a set of tests (somewhat unsurprisingly) in the ./tests/ directory.

Timmy's counting on you. You can't let him down!

Sad Dr


Getting started

The basis of Timmy's API is a fairly standard Hapi API. You get started in the standard way:

yarn
yarn test // You can also run `yarn run test-cover` to get coverage reports
yarn start

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published