-1. If you are planning to work only on the UI/UX of `eos-user-story`, then you can directly use `docker` to setup the backend. In case, you want to work on backend as well, see point 2, for setup instructions. For setting up using `docker`, first make sure you have `docker` & `docker-compose` installed ([Install instructions](https://docs.docker.com/engine/install/)). Next, run `docker-compose up` and wait for the server to start on `http://localhost:1337`. Visit [http://localhost:1337/admin/auth/](http://localhost:1337/admin/auth/) and create the admin user for Strapi. Then set the roles and permissions for the api endpoints. Voilà, the backend is up and running. Proceed to the next paragraph for futher instructions.
0 commit comments