This repository is an example of using ExpressSteroid in a backend.
- Clone the library to your local machine.
- Run
npm install
. - Ensure MongoDB is running, without authentication.
- APIs are ready to use.
To simplify experimenting with the running backend and calling APIs, you can download a postman collection containing all available APIs. Named: "Express Steroid Example.postman_collection.json".
- Import the collection to Postman.
- APIs are ready to use.
- Ensure correct Ids are used.
- How to initialize ExpressSteroid.
- How to add and use custom mappers, custom validators, and custom response handlers.
- How to use validators, mappers, extraction, and injection.
- How to use "pass" to pass from one middleware to another.
- How to use a query builder.