|
|
пре 4 година | |
|---|---|---|
| backend | пре 4 година | |
| docs | пре 4 година | |
| frontend | пре 4 година | |
| 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