Update README.md
This commit is contained in:
parent
b1c1a5cee8
commit
0c2196df61
@ -64,15 +64,17 @@ Node:
|
|||||||
|
|
||||||
- Node.js 12.x or 14.x
|
- Node.js 12.x or 14.x
|
||||||
|
|
||||||
Database:
|
Database(Choose any one):
|
||||||
|
|
||||||
- PostgreSQL 10.x+
|
- PostgreSQL 10.x+ (Recommend)
|
||||||
- MySQL 5.7.x+
|
- MySQL 5.7.x+
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
----------
|
----------
|
||||||
|
|
||||||
~~~shell
|
~~~shell
|
||||||
|
# You can use docker to start the database
|
||||||
|
docker-compose up -d postgres
|
||||||
# Set Environment Variables
|
# Set Environment Variables
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
npm install
|
npm install
|
||||||
|
Loading…
Reference in New Issue
Block a user