An open API service indexing awesome lists of open source software.

https://github.com/yulongge/vampire_server

vampire后台
https://github.com/yulongge/vampire_server

express https nodejs

Last synced: about 1 year ago
JSON representation

vampire后台

Awesome Lists containing this project

README

          

# vampire_server

> 服务器地址: 39.105.23.61
> 域名: https://geyulong.tech

## 路由

`/` : 首页
`/admin`: 后台登录页

> ssh root@39.105.23.61

## server

forever start

## admin

启动: `npm run dev_admin`
打包: `npm run build_admin`

## mysql

> mysql -u root -p

数据库: vampire

```sql
create database vampire;
use vampire;
```