1.1.0 • Published 2 years ago
drive-server v1.1.0
Drive Server
Prerrequisites
Node v16
nvm install 16Yarn
npm i -g yarn
Install
- Create a
.npmrcfile from the.npmrc.templateexample provided in the repo. - Replace
TOKENwith your own Github Personal Access Token withread:packagespermission ONLY - Use
yarnto install project dependencies.
Database setup (MariaDB)
Create schema and configure config/environments/development.json
Run yarn run migrate to create tables.
Start app
Run yarn start to start server in production mode.
Run yarn run dev to start with nodemon and development environment.
1.1.0
2 years ago