# backend
cd backend
npm install
npm run build
# frontend
cd frontend
npm install
To backend you need to add .env file with random symbols APP_KEYS and API_TOKEN_SALT
All info can be found in .env.example file.
Also to start project with existing data objects and relations, it is important to import configuration file.
gums.tar.gz.enc # Файл конфигурации
gums # encription key
cd backend
npm run strapi import -- -f gums.tar.gz.enc --key gums
- Resource center - Strapi resource center.
- Strapi documentation - Official Strapi documentation.
- Strapi tutorials - List of tutorials made by the core team and the community.
- Strapi blog - Official Strapi blog containing articles made by the Strapi team and the community.
- Changelog - Find out about the Strapi product updates, new features and general improvements.
# backend
cd backend
npm run develop
# frontend
cd frontend
npm start
Task | Technology |
---|---|
Framework (Library) | React |
Routing | React-Router-DOM |
State Managment | Zustand |
UI & Designing | Material UI |
Task | Technology |
---|---|
CMS | Strapi |
Database | SQLite |
Documentation is generated using JSDoc.
npm run docs
You will see the output document in local folder out.