harrycjy1 / v9-bears-team-40

Add-project-description-here | Voyage-9 | https://chingu.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapterly

A book-finding app created for Chingu's voyage-9 project.

Development

You need to start the server (npm run-script dev) and the react app (npm start).

-- docker

  1. docker-compose -f docker-compose.yml up

  2. go to http://localhost:3000/

how to access database

  1. while the docker container is running, make another terminal window
  2. run docker conatiner ls command
  3. copy the container id of postgres image
  4. docker exec -it {container id} bash
  5. you will be in the docker container bash.
  6. run psql voyage-9-db postgres command

Created using create-react-app.

About

Add-project-description-here | Voyage-9 | https://chingu.io/


Languages

Language:TypeScript 69.6%Language:HTML 15.9%Language:CSS 8.7%Language:JavaScript 4.8%Language:Dockerfile 1.0%