Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PB138 Ovládání domácnosti 2022
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakub Krajčík
PB138 Ovládání domácnosti 2022
Commits
0eaaece8
There was an error fetching the commit references. Please try again later.
Commit
0eaaece8
authored
2 years ago
by
Richard Pajerský
Browse files
Options
Downloads
Patches
Plain Diff
doc: Readme update
parent
eac920d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
api/README.md
+9
-18
9 additions, 18 deletions
api/README.md
with
9 additions
and
18 deletions
api/README.md
+
9
−
18
View file @
0eaaece8
<div
align=
"center"
>
<div>
<img
width=
"512"
src=
"https://raw.githubusercontent.com/grdnmsz/prisma-docker/master/banner.png"
alt=
"prisma-docker"
>
</div>
## Setting up a back-end environment for Prisma and Docker
<p
align=
"center"
>
<img
src=
"https://img.shields.io/github/license/grdnmsz/prisma-docker"
alt=
"license-badge"
>
<img
src=
"https://img.shields.io/github/repo-size/grdnmsz/prisma-docker"
alt=
"repo-size-badge"
>
</p>
Template project to bootstrap a back-end application with nodejs (express), postgresql and prisma within a docker container.
This code is a follow up to my article available here : https://gordonmes.dev/docker-prisma
## Api for PB138 project "Ovládanie domácnosti"
This api uses template project for bootstraping a back-end application with nodejs (express), postgresql and prisma within a docker container.
Template source repository: https://github.com/grdnmsz/prisma-docker.git
## Getting started
-
Clone this repository:
```
git clone https://github.com/grdnmsz/prisma-docker.git
```
-
Build, fetch and run docker containers
```
docker-compose up -d
```
## License
This project is under 0BSD, feel free to use and share it!
-
Seed mock-up database
```
npx prisma db push
npx prisma db seed
```
## Tech & framework used
-
[
Docker
](
https://www.docker.com/
)
, an open platform for developing, shipping, and running applications
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment