Skip to content

adlarionov/GumStoreProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

🚀 START PROJECT

Install All Dependencies

# 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

Importing project data

cd backend 
npm run strapi import -- -f gums.tar.gz.enc --key gums

📚 More info on work with Strapi.

  • 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.


Running project

# backend
cd backend
npm run develop

# frontend
cd frontend
npm start

PROJECT TECHNOLOGIES

Client Part

Task Technology
Framework (Library) React
Routing React-Router-DOM
State Managment Zustand
UI & Designing Material UI

Server Part

Task Technology
CMS Strapi
Database SQLite

Generating Documentation

Documentation is generated using JSDoc.

npm run docs

You will see the output document in local folder out.

About

Project of Gum Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published