Skip to content

Commit 03e84b0

Browse files
committed
README update
1 parent 309e529 commit 03e84b0

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
## URL Shortener
2-
* ##### URL shortner made using NodeJS and MongoDB served over Heroku. [Check here](https://url--nil.herokuapp.com/).
1+
# URL Shortener
2+
* #### URL shortner made using NodeJS and MongoDB served over Heroku. [Check here](https://url--nil.herokuapp.com/).
33

4-
* ##### Github Repository Link [here](https://github.com/nil1729/url-shortner-nodejs).
4+
* #### Github Repository Link [here](https://github.com/nil1729/url-shortner-nodejs).
55

66
---
77

8-
### Website Preview
8+
## Website Preview
99
* <img src="./preview/1.png">
1010

1111
---
1212

13-
### Setup Locally
13+
## Setup Locally
1414

15-
##### Prerequisites
15+
#### Prerequisites
1616

1717
* [MongoDB](https://www.mongodb.com/cloud/atlas).
1818
* [Node JS](https://nodejs.org/).
1919
* [React JS](https://reactjs.org/).
2020

21-
##### Instructions
21+
#### Instructions
2222

2323
```
2424
>> git clone https://github.com/nil1729/url-shortner-nodejs.git
2525
>> cd url-shortner-nodejs
2626
>> npm install
2727
```
28-
##### In `config` directory
28+
#### In `config` directory
2929
* Create a `default.json` file.
3030
* Add your `MongoDB Atlas` credentials in `"mongoURI"` field.
3131
```

preview/1.png

-21.6 KB
Loading

0 commit comments

Comments
 (0)