Run the following command to add execute permissions:
chmod +x start_all.sh
Run the Script Again: After giving it execution permissions, run the script as before:
./start_all.sh
Run the following command to add execute permissions:
chmod +x start_all_gitpod.sh
Run the Script Again: After giving it execution permissions, run the script as before:
./start_all_gitpod.sh
cd server/
cp .env.example .env
npm install
docker-compose up --build
cd client/
cp .env.example .env
npm install
docker-compose up --build
cd server/
cp .env.example .env
npm install
npm start
cd client/
cp .env.example .env
npm install
npm start
- Projects CRUD
- Tickets CRUD
- Equipmnts CRUD
- Users CRUD
- Real time notification