436 B
436 B
Classify
A bookmark + archive manager for all your links and resources.
Note: Still under development...
Setup
Linux/MacOS:
-
Make sure the MongoDB database and collection is up and running.
-
Edit
/src/config.json
accordingly. -
Head to the main folder using terminal and run:
(cd api && npm install) && npm install
for the dependancies. -
Run
(cd api && npm run dev) & npm start
to start the application.