Skip to content

josherich/paper-reads

 
 

Repository files navigation

Douban for academic notes, a fork of douban clone

Get Started

1. Prepare DB

# install postgresql 
brew install postgresql
psql postgre
CREATE USER {user_name};
CREATE DATABASE academiadoc;

2. build backend

cd backend
npx babel lib -d dist
node dist/app.js

3. build frontend

npm run dev or npm run build on production


Run migration

export NODE_ENV=production
npx sequelize-cli db:migrate

Packages

No packages published

Languages

  • Vue 61.8%
  • JavaScript 37.4%
  • Other 0.8%