Unlock Creativity through all possibilities!
We are using Cloud Run to deploy our service and Cloud SQL also GCS to store our data.
This is the data model that suits our business case.
Before installing Strapi, the following requirements must be installed on your computer:
- Node.js: Only Maintenance and LTS versions are supported (v14, v16, and v18).
- Node v18.x is recommended for Strapi v4.3.9 and above
- Node v16.x is recommended for Strapi v4.0.x to v4.3.8.
- Your preferred Node.js package manager:
- Python (if using a SQLite database)
After cloning this repository you can just type this magic command✨.
npm install --save-dev
First copy the .env.example into .env and fill the empty value.
cp .env.example .env
if you want to use your own DB to store the content, you can define it at the end of the file. but, for the sake of simplifying, you can just use SQLite. Moreover, you can suit yourself. look this documentation for more.
Strapi comes with a full-featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds.
Start your Strapi application with autoReload enabled. Learn more
npm run develop
# or
yarn develop
Start your Strapi application with autoReload disabled. Learn more
npm run start
# or
yarn start
Build your admin panel. Learn more
npm run build
# or
yarn build
Our team consist:
Name | Bangkit-ID |
---|---|
Gabriel Imam Andaru | M185DSX0115 |
Thomas Stefen Mardianto | M017DSX0213 |
Sesa Arini Rahma | M169DSY2158 |
Rahadyanino Maheswara | C017DSX0836 |
Ersa Sa’dul Asyhar | C151DSX2015 |
Muhammad Devano Zaidan | A185DSX2026 |
Jump to related repositories: