Nia propra versio de Linkwarden, kun redaktoj por el.xwx.moe https://el.xwx.moe/
Iri al dosiero
Daniel 2e2135976f Added sorting functionality 2022-06-01 16:03:36 +04:30
api Added sorting functionality 2022-06-01 16:03:36 +04:30
public Directory allocation 2022-05-10 20:05:43 +04:30
src Added sorting functionality 2022-06-01 16:03:36 +04:30
.gitignore Directory allocation 2022-05-10 20:05:43 +04:30
LICENSE Directory allocation 2022-05-10 20:05:43 +04:30
README.md Renamed app to Link Warden 2022-06-01 14:20:26 +04:30
package-lock.json Added sorting functionality 2022-06-01 16:03:36 +04:30
package.json Renamed app to Link Warden 2022-06-01 14:20:26 +04:30

Link Warden

Note: Still under development...

Setup

Linux/MacOS:

  1. Make sure the MongoDB database and collection is up and running.

  2. Edit /src/config.json accordingly.

  3. Head to the main folder using terminal and run: (cd api && npm install --legacy-peer-deps) && npm install --legacy-peer-deps for the dependancies.

  4. Run (cd api && npm run dev) & npm start to start the application.