Getting Started

Start Development

Let's now work with OVER :)

Firstly we need to start the development server by running:

$ npm run dev

and then the server will print out to the console a message like:

...
Server running at http://127.0.0.1:8000

Now, we can test, modify and work with our micro-service at the URL given above.

The server will restart the node application automatically when file changes are detected.

Postman APIs Collection

To quickly start with OVER's APIs development using Postman (API Development Platform), open your Postman application and click on the import button > Link tab and copy link below & paste it in the link field then press continue.

Then the collection will be added to the Collections tab on the left side of the application.

https://www.getpostman.com/collections/86135773b30df1fd1b23

Last updated