Skip to content

2110336-2565-2/sec33_Group4_BookBix_Frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookBix_Frontend

Development Setups

Docker up
docker-compose up -d --build && docker rmi $(docker images -f “dangling=true” -q)
Docker down
docker-compose down -v
Extension on VSCode
Dev Containers

First approach to the project

  1. open you docker desktop
  2. run the shell script
sh docker.sh # this command will docker-compose down then docker-compose up automatically
  1. re-check that your docker container ready in docker deaktop
  2. install node_module
npm install # for your local development 

noted: if you desire to put additional package from node_modules, you can do it! but remind yourself to run sh docker.sh again because you should ensure that devEnv in contaner should up to date with your desire !

  1. try to make some runable changes on your code !
  2. test on localhost
http://localhost:[PORT] # in this project PORT = 3000

Current tech list

  • front end

Typescript

React

Vite


  • back end

Typescript

mongoDB

NestJS


  • Devops

Docker


!! DO NOT TOUCH DOCKER FILE !!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7