Skip to content

Commit ebf2fb5

Browse files
adding readme
1 parent b3720e1 commit ebf2fb5

File tree

6 files changed

+22
-1
lines changed

6 files changed

+22
-1
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
2+
# Code Box
3+
4+
This is a website i used to push Code.
5+
6+
### Tools used:
7+
#### Nodejs
8+
#### EJs
9+
#### Express
10+
#### Mongo
11+
#### Typed.js
12+
#### prism.js
13+
14+
15+
## Screenshots
16+
17+
![App Screenshot](./public/img/screenshot-1.png)
18+
19+
![App Screenshot](./public/img/screenshot-2.png)
20+
21+

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const Code = require('./models/code.js')
44
const app = express()
55

66
// connect to the mongo database
7-
mongoose.connect('mongodb://localhost/Projects')
7+
mongoose.connect('mongodb://localhost/')
88

99
// middlewares
1010
app.use(express.urlencoded({ extended: true }))

public/img/screenshot-1.png

1.35 MB
Loading

public/img/screenshot-2.png

200 KB
Loading

public/img/screenshot-3.png

101 KB
Loading

public/img/screenshot-4.png

111 KB
Loading

0 commit comments

Comments
 (0)