el.xwx.moe/README.md

18 lines
653 B
Markdown
Raw Normal View History

2022-06-01 03:10:06 -05:00
# Web Extracts
2022-06-01 03:08:16 -05:00
### A simple bookmark + archive manager for all your links and resources.
2022-05-10 10:47:14 -05:00
2022-05-28 22:28:32 -05:00
> Note: Still under development...
2022-05-11 05:49:39 -05:00
## Setup
### Linux/MacOS:
1. Make sure the MongoDB database and collection is up and running.
2. Edit `/src/config.json` accordingly.
2022-06-01 03:20:20 -05:00
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.
2022-05-11 05:49:39 -05:00
4. Run `(cd api && npm run dev) & npm start` to start the application.
## Motivation
One of the main reason I built this was so that I would start storing every information/resource I find in one place (Without any thirdparty services.)