Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raoenhui/code-english
用nextjs + express + MongoDB的增删改查项目
https://github.com/raoenhui/code-english
english-learning express mongodb nextjs
Last synced: 7 days ago
JSON representation
用nextjs + express + MongoDB的增删改查项目
- Host: GitHub
- URL: https://github.com/raoenhui/code-english
- Owner: raoenhui
- License: mit
- Created: 2018-10-26T08:23:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T23:15:56.000Z (almost 2 years ago)
- Last Synced: 2024-11-01T11:51:30.380Z (14 days ago)
- Topics: english-learning, express, mongodb, nextjs
- Language: JavaScript
- Homepage: https://en.frontendx.cn
- Size: 359 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# code-english
程序员英语词汇# 技术站
Nextjs+express+MongoDB
网站:[http://en.frontendx.cn](http://en.frontendx.cn)
# 启动
在根目录新建`env.js`,输入
```javascript
//输入你的mongoDb地址
module.exports = {'MongoAddress':'mongodb://localhost:27017/next'}
```
命令
```bash
# 安装
yarn
# 开发启动
npm run dev
# 生成打包
npm run build
```## HTML