System Information
- Strapi Version:
- Operating System:
- Database:
- Node Version:
- NPM Version:
- Yarn Version:
I am loving Strapi. I have been evaluating it for an intranet application, and I have some questions:
- What is the database used for ? And why do I need it if I have the REST API layer ?
- How can I use my own REST API end points? Say I already have some end points deployed that do the basic GetOne, GetList, Save, etc. Is there some kind of Data Provider that can “translate” or convert if you will, my return json to what Strapi expects ?