Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 352 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 352 Bytes

Wiki-API

Created own RESTful API, successful in executing Get,Post,Put,Delete methods

How to run on machine:

  1. Run mongosh and mongod on separate terminal.
  2. Run studio3t/robo3t to create a database, or you can do this with terminal.
  3. Run postman to send different requests.
  4. Test them at http://localhost:3000/ and all the different routes.