Skip to content

Commit

Permalink
[1]. nodemi version-> 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamena2020 committed Feb 21, 2023
1 parent 6112ed5 commit d35d260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ Clone and move to directory project and run `npm install`

- Create database `mysql` or `pgsql`

After creating your database, you can fill in the .env file and start your code.

```
#mysql example
Expand All @@ -73,6 +72,8 @@ After creating your database, you can fill in the .env file and start your code.

- Setup .env

After creating your database, you can fill in the .env file and start your code.

```
cp .env.example .env
Expand Down Expand Up @@ -1064,7 +1065,7 @@ Before using mail, make sure you already setup .env file

- Noted

Before using FCM, make sure you already `enable` Firebase Cloud Messaging API on <a href="https://console.cloud.google.com/">Google Cloud Console</a>, and choose your project and select `APIs & Services`, then setup .env file.
Before using FCM, make sure you already `enable` Firebase Cloud Messaging API on <a href="https://console.cloud.google.com/">Google Cloud Console</a>, by selecting your project and navigating to `APIs & Services`. Once you have enabled the API, you can set up your

```
FIREBASE_SERVICE_ACCOUNT=firebaseServiceAccount.json # firebase service account
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemi",
"version": "1.0.4",
"version": "1.0.5",
"description": "",
"type": "module",
"main": "server.js",
Expand Down

0 comments on commit d35d260

Please sign in to comment.