File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ Making open cloud easily accessible and managed.
99
1010![ screenshot] ( screenshots/screenrecord.gif )
1111
12- # clone or download
12+ ## clone or download
1313
1414``` sh
1515$ git clone https://github.com/cloudlibz/nodecloud-web.git
1616$ npm i
1717```
1818
19- # Project Structure
19+ ## Project Structure
2020
2121```
2222server/
@@ -27,9 +27,9 @@ client/
2727...
2828```
2929
30- # Usage (run fullstack app on your machine)
30+ ## Usage (run fullstack app on your machine)
3131
32- # Client Side (PORT: 8081)
32+ ## Client Side (PORT: 8081)
3333
3434``` sh
3535$ cd client // go to client folder
@@ -39,32 +39,32 @@ $ npm i // npm install pacakges
3939$ npm start // this will compile the react code using webpack and run them at port 8081 by default
4040```
4141
42- # Server Side (PORT: 4000)
42+ ## Server Side (PORT: 4000)
4343
44- # Prepare your secret
44+ ## Prepare your secret
4545
4646You need to add a JWT_SECRET in .env
4747
48- # Start
48+ ## Start
4949
5050``` sh
5151$ cd server // go to server folder
5252$ npm i // npm install pacakges
5353$ npm run // this will build the server code
5454```
5555
56- # Docker
56+ ## Docker
5757
5858``` sh
5959$ cd nodecloud-web
6060$ docker-compose up
6161```
6262
63- # API Documentation
63+ ## API Documentation
6464
6565[ API docs] ( https://app.swaggerhub.com/apis/amrita019/nodecloud-web/1.0.0 )
6666
67- # Screenshots
67+ ## Screenshots
6868
6969<p align =" center " >
7070 <img src =" screenshots/Screenshot_Login.png " >
@@ -76,6 +76,6 @@ $ docker-compose up
7676 <img src =" screenshots/Screenshot_Create.png " >
7777</p >
7878
79- # License
79+ ## License
8080
8181MIT
You can’t perform that action at this time.
0 commit comments