Skip to content

Commit 82dd35e

Browse files
Merge pull request #41 from Capstone-C2SE02-TI/TASK8-REFACTOR-FUNCTIONS
TASK 8: refactor: 💡 delete nginx, update version 2.0 date, git url
2 parents 026c4e1 + 0a6ea1d commit 82dd35e

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## Cryptocurrency Tracking And Analysis System
22

3-
### Capstone Project - Source Backend (NodeJS - MongoDB)
4-
5-
### Installation Guide
3+
### Capstone Project - Backend API
64

75
#### 1. Clone project
86

97
```bash
10-
$ git clone https://github.com/Capstone-C1SE04-TI/backend-node-mongodb.git
8+
$ git clone https://github.com/Capstone-C2SE02-TI/backend-node-mongodb.git
119
```
1210

1311
#### 2. Change directory to folder backend-node-mongodb

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Date: 02/01/2023
33

44
2.0.0
5-
Date: Undefined
5+
Date: 20/05/2023

nginx/nginx.conf

-9
This file was deleted.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "backend-node-mongodb",
33
"version": "2.0.0",
4-
"description": "Capstone Project - Source Backend (NodeJS - MongoDB)",
4+
"description": "Capstone Project - Backend API",
55
"main": "src/index.js",
66
"type": "module",
77
"scripts": {
@@ -14,7 +14,7 @@
1414
],
1515
"author": "huynhducthanhtuan huynhngochieu",
1616
"license": "MIT",
17-
"homepage": "https://github.com/Capstone-C1SE04-TI/backend-node-mongodb#readme",
17+
"homepage": "https://github.com/Capstone-C2SE02-TI/backend-node-mongodb#readme",
1818
"dependencies": {
1919
"bcrypt": "^5.1.0",
2020
"cookie-parser": "^1.4.6",

0 commit comments

Comments
 (0)