Backend Server
Go to file
Nicolai Ort 6ce88a1e3d Implemented more loaders
ref #4
2020-11-25 18:31:06 +01:00
.vscode basic recommended editor extensions 2020-11-24 19:11:40 +01:00
src Implemented more loaders 2020-11-25 18:31:06 +01:00
.dockerignore Added basic ignores 2020-11-24 18:27:20 +01:00
.env.example sample implementation of db connection 2020-11-24 19:28:57 +01:00
.gitignore gitignore /build folder - ref #1 2020-11-24 20:07:55 +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 dependency: body-parser, cors, helmet, sqlite3 (dev) 2020-11-25 17:58:24 +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