/dive-book

modern dive log book: using nodejs mongodb and react

Primary LanguageJavaScript

dive-book

modern dive log book, this website designed for divers, in this website you will can write details about your dives, details like :

  • location
  • data
  • temperature
  • time
  • water
  • the type of gas
  • and more

** Build strps to build a Docker image

  1. Clone this repo git clone URL https://github.com/Eliorbasli/dive-book.git
  2. open 2 terminals.
    from first move to backend directory
    cd ./backend from secend move to forntnd directory
    cd ./fronted <br/ > 3. run this command in backend folder:
    docker run --name express-container --rm -p 5000:5000 my-express-app
    run this command in fronted folder< br/> docker run --name express-container --rm -p 3000:3000 my-express-app
    4. Once everythong has started, you should be able to access the webapp via http://localhost:3000 on your host machine


dive log book website available from any where

main page: Capture11

login page: Capture13

register page : Capture12

new dive page:

image

dive history page: image