|
|
5 년 전 | |
|---|---|---|
| backend | 5 년 전 | |
| docs/backend | 5 년 전 | |
| frontend | 5 년 전 | |
| public | 5 년 전 | |
| .gitignore | 5 년 전 | |
| README.md | 5 년 전 | |
| docker-compose.yml | 5 년 전 |
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 devhttp://localhost:3000TBD
See ./frontend/README.md
See ./backend/README.md
Designed around MariaDB hosted by: PlanetScale
UNLICENSED