Simple API to demonstrate Koa2.
Currently returns json data of my recent accomplishments.
- Clone the repository.
- Run
npm install
- When all dependencies are installed run
npm start
- Send a
GET
request tolocalhost:4000
in your browser to retrieve all information in JSON format
/
: Redirects toall
/all
: Displays all categories and their information/categories/:category
: Returns the information for a specific category
To test run npm test
. This project uses ava as the testing suite with the help of supertest.
- about-me: Personal developer summary
- experience: Recent work experiences
- open-source: Open source contributions I have made
- side-projects: A few of my recent side projects
- Write a REACT(-bootstrap) frontend to display the information
- Add some more experiences :-)