Status affilate T&C agreement landing page
Go to file
jinhojang6 66612ead49
Update footer
2020-11-21 02:54:37 +09:00
backend bootstrap: create super admin user from env variables 2020-11-12 18:04:57 +01:00
public Update metadata of the landing page 2020-11-21 02:54:31 +09:00
src Update footer 2020-11-21 02:54:37 +09:00
.gitignore add bootstrapping of admin user in bootstrap.js 2020-11-09 22:17:49 +01:00
Jenkinsfile Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00
README.md update readme 2020-11-12 19:51:55 +01:00
craco.config.js Start project 2020-11-06 04:01:29 +09:00
docker-compose.yml add bootstrapping of admin user in bootstrap.js 2020-11-09 22:17:49 +01:00
env.example bootstrap: create super admin user from env variables 2020-11-12 18:04:57 +01:00
package.json update readme 2020-11-12 19:51:55 +01:00
tailwind.config.js Start project 2020-11-06 04:01:29 +09:00
yarn.lock Update README and add Jenkinsfile 2020-11-10 01:20:49 +09:00

README.md

Status affiliate

Status affilate T&C agreement landing page.

Consists of a React frontend and a StrAPI backend.

The Strapi backend is for form submssion REST API and uses PostgresSQL database.

Configuration

You can see an example .env file in .env.example. Copy it to .env and edit.

Make sure to set BASE_URL as it will be used to post the form data to the backend.

Development

Frontend

yarn install
yarn start

Backend

docker-compose up --build

This command will create a db folder in the root directory.