RKSouth / API-Challenge

A challenge to make an API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

API-Challenge

The Challenge:

Make a URL shortener API - taking an original URL and returning a shortened version in alphanumerics

Table of Contents

Getting Started

To use this Api- first fork this repo. Open in VS code - make sure you have the extension, "Rest Client" by Huachao Mao installed.

Open the terminal and run "npm i" to install the packages (node, express, dotenv and mongoose ). Once, it is finished and you don't have any errors, run "npm run devStart".

Now you can go to the route.rest file and create, read, update and delete items using the API

Technologies Used

  • node.js
  • express.js
  • Javascript
  • REST Client
  • mongoose
  • MongoDB

Author

Rachael Kelm-Southworth

Credits

I want to thank whoever came up with challenge because it was super fun!

License

MIT

About

A challenge to make an API

License:MIT License


Languages

Language:JavaScript 98.9%Language:Shell 1.1%