Backend Server
Go to file
Philipp Dormann b6ddda6cd8 vscode workspace settings.json
ref #1
2020-11-25 19:41:26 +01:00
.vscode vscode workspace settings.json 2020-11-25 19:41:26 +01:00
src clean up app.ts 2020-11-25 18:43:08 +01:00
.dockerignore Added sqlite testing db to ignores 2020-11-25 18:32:01 +01:00
.env.example sample implementation of db connection 2020-11-24 19:28:57 +01:00
.gitignore Added sqlite testing db to ignores 2020-11-25 18:32:01 +01:00
.prettierrc basic prettier config 2020-11-24 19:10:48 +01:00
Dockerfile Switched to installing all dependencies 2020-11-24 19:51:37 +01:00
LICENSE Initial commit 2020-11-24 16:51:18 +00:00
README.md Added basic file structure for routes, models and controllers 2020-11-24 20:08:41 +01:00
docker-compose.yml Switched to installing all dependencies 2020-11-24 19:51:37 +01:00
ormconfig.ts Now importing entities from src/models 2020-11-24 20:59:38 +01:00
package.json precommit hooks & file formatting 2020-11-25 18:41:34 +01:00
tsconfig.json Added some fixxes for typeorm entities 2020-11-24 21:10:50 +01:00

README.md

@lfk/backend

Backend Server

Dev Setup 🛠

docker-compose up --build

Visual Studio Code

  • will be automatically recommended via ./vscode/extensions.json

File Structure

  • src/models/* - database models
  • src/routes/* - api routes for express
  • src/controllers/* - business logic