Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Express/React/Redux/PostgreSQL Dockerized Fullstack application starter.

NotificationsYou must be signed in to change notification settings

melhotiby/react-redux-express-postgresql

Repository files navigation

This repository contains a production ready template which includes the following


Development

For initial setup you will need to:

Copy the server.env.example to.env

cp -n server/.env{.example,}

Copy the serverdocker-compose.override.example.yml todocker-compose.override.yml for docker compose overrides

cp -n docker-compose.override{.example,}.yml

Start all the services with docker

docker-compose up --build

Create the new database table

docker-compose run --rm api yarn db:create

Migrate the database

docker-compose run --rm api yarn db:migrate

Seed the database

docker-compose run --rm api yarn db:seed

Running tests

docker-compose run --rm client yarntest

SSH into elastic beanstalk and run commands

ssh -i docker.pem ec2-user@<PUBLIC_IP_ADDRESS>sudo sudocker psdockerexec -it<DOCKER_INSTANCE_FOR_elhotiby1/multi-server> docker-entrypoint.sh shyarn db:migrateyarn db:seed

Visitlocalhost:3000

About

Express/React/Redux/PostgreSQL Dockerized Fullstack application starter.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp