![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | views/ | 2021-11-16 16:33 | - | |
![]() | public/ | 2021-11-11 13:24 | - | |
![]() | node_modules/ | 2021-11-11 13:24 | - | |
![]() | back/ | 2021-05-10 13:05 | - | |
![]() | whatiskarltyping.txt | 2021-03-10 08:53 | 518 | |
![]() | package.json | 2021-05-10 13:05 | 761 | |
![]() | package-lock.json | 2021-05-10 13:05 | 142K | |
![]() | error-log.txt | 2020-12-27 12:55 | 32 | |
![]() | cleanStrapi.js | 2021-05-10 13:05 | 1.2K | |
![]() | app.js | 2021-09-01 08:29 | 3.6K | c278c69 custom router [كارل مبارك] |
![]() | README.md | 2021-08-31 19:42 | 327 | c845935 projects, bio [كارل مبارك] |
![]() | Icon | 2020-09-29 19:11 | 0 |
# moubarak.eu start mongod locally: ```bash mongod --db-path ~/data/db ``` start mongod on karls.computer: ```bash mongod --dbpath ~/Desktop/dump/mongodb/ ``` clone a db from karls.computer to local machine ```bash ssh root@karls.computer -L 27018:localhost:27017 mongodump --port 27117 -d motd | mongorestore --archive ```