Renamed app to Classify

This commit is contained in:
Daniel 2022-06-01 14:13:14 +04:30
parent 04ce8ddf0f
commit 2532c6304d
5 changed files with 12 additions and 15 deletions

View File

@ -1,5 +1,5 @@
# Web Extracts # Classify
### A simple bookmark + archive manager for all your links and resources. ### A bookmark + archive manager for all your links and resources.
> Note: Still under development... > Note: Still under development...
@ -11,7 +11,4 @@
3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install` for the dependancies. 3. Head to the main folder using terminal and run: `(cd api && npm install) && npm install` for the dependancies.
4. Run `(cd api && npm run dev) & npm start` to start the application. 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.)

7
api/package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "webmarker_backend", "name": "web-extracts-api",
"version": "1.0.0", "version": "1.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "webmarker_backend", "name": "web-extracts-api",
"version": "1.0.0", "version": "1.0.0",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -4623,8 +4623,7 @@
"ws": { "ws": {
"version": "8.6.0", "version": "8.6.0",
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz", "resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==", "integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw=="
"requires": {}
}, },
"xdg-basedir": { "xdg-basedir": {
"version": "4.0.0", "version": "4.0.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "web-extracts-api", "name": "classify-api",
"version": "1.0.0", "version": "1.0.0",
"description": "The backend", "description": "Classify backend",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {
"dev": "nodemon server.js" "dev": "nodemon server.js"

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "webmarker", "name": "web-extracts",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "webmarker", "name": "web-extracts",
"version": "0.1.0", "version": "0.1.0",
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.16.4", "@testing-library/jest-dom": "^5.16.4",

View File

@ -1,6 +1,7 @@
{ {
"name": "web-extracts", "name": "classify",
"version": "0.1.0", "version": "0.1.0",
"description": "A bookmark + archive manager for all your links and resources.",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@testing-library/jest-dom": "^5.16.4", "@testing-library/jest-dom": "^5.16.4",