drCRUD is a micro web platfrom to test APIs. So if you need to test Your API, but you are overwhelmed of many options in such apps as Postman or Insomnia, feel free to use it.
If You need clone project and customize it as you like.
- Basic: testing API endpoints
- Favourites section to store often used endpoints
- RWD
Client: Pure Javascript, Snowpack, Bulma + custom styling, Font Awesome
Other: Axios - HTTP Client, Codemirror - textEditor for JS
- Add Dark/Light Mode
Clone the project
git clone https://github.com/BD4vid777/DR_CRUD.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run start