Backend for User Story
The EOS Strapi application is a repository that serves as a dependency to run the User Story. It includes all the necessary models and routes to manage either project independently or both at the same time, using the same Strapi. It provides a user interface to manage feature requests for EOS Feature Request and also manages the table of contents and general project configuration for the EOS Design System.
npm i../config/middleware.js. Duplicate the file .env.example and rename it as .env, then add your domains to the EOS_CORS_DOMAINS variable list..env file. Make sure you have a DB running before starting the project. Recommended databases are Mongo Atlas or Mlab, both of which offer a free tier with up to 500mb of storage.npm start. It will serve a page at http://localhost:1337/admin where you can create your first admin user.docker-compose up to start the container. Add the -d flag to run it in detached mode.CTRL + C in your terminal.http://localhost:1337/admin/auth/.docker-compose down.docker-compose build to build the image from cache.docker-compose up to start the updated application.The EOS Strapi application is a versatile repository that provides the necessary tools and infrastructure to run the User Story. It allows for independent project management or simultaneous management of multiple projects using the same Strapi. The application includes features such as a user interface for managing feature requests and configuration options for the EOS Design System. Installation can be done locally or using Docker, and the application supports GraphQL for making API calls.
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.