|
|
před 3 roky | |
|---|---|---|
| backend | před 3 roky | |
| deployment | před 3 roky | |
| docs | před 3 roky | |
| frontend | před 3 roky | |
| public | před 4 roky | |
| .drone.yml | před 3 roky | |
| .gitignore | před 3 roky | |
| README.md | před 4 roky |
Almost everything you need to develop.
npmWe use javascript here. .eslintrc and .prettierrc configs are provided to help make your code nice to read.
docker-composeDocker manages packaging for development and testing, environment variable things, and not much else.
gitWe use git for source control but you knew that already.
See ./docs
./backend directory and run npm install to install backend dependencies./server/.env.sample and remane it to ./server/.envdocker-compose file provided to bootstrap a development database using the command docker-compose --env-file ./server/.env up -dnpm run migrate and npm run seed from the ./backend directorynpm run start./frontend directory and run npm installnpm run dev or npm run nodev if you want to remove restrictions on logging in and profile completenesshttp://localhost:3000Included is a drone config, and some recommended steps to build.
id_rsa of the drone host to appropriate key in the pipeline secrets under the name push_deploy_keyYou also need to setup a post-receive hook on the host server.
git remote add </opt/staging/siimee.git> staging mastergit init --bare </opt/staging/siimee.git>post-receive hook file into the </opt/staging/siimee.git/hooks/> directorySee ./frontend/README.md
See ./backend/README.md
Designed around MariaDB hosted by: PlanetScale
UNLICENSED