Files
bamort/backend/doc/scripts/initial_steps.md
T

16 lines
379 B
Markdown

# Install Dependencies
## Install the necessary packages:
npm init vue@latest bamort
go get -u github.com/gin-gonic/gin
go get -u gorm.io/gorm
go get -u gorm.io/driver/mysql
go get github.com/gin-contrib/cors
go get -u github.com/stretchr/testify
go get -u github.com/stretchr/testify/assert
go get -u gorm.io/driver/sqlite
cd bamort
npm install
npm install axios vue-router@4