Renamed app to Classify
This commit is contained in:
parent
04ce8ddf0f
commit
2532c6304d
|
@ -1,5 +1,5 @@
|
|||
# Web Extracts
|
||||
### A simple bookmark + archive manager for all your links and resources.
|
||||
# Classify
|
||||
### A bookmark + archive manager for all your links and resources.
|
||||
|
||||
> 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.
|
||||
|
||||
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.)
|
||||
4. Run `(cd api && npm run dev) & npm start` to start the application.
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "webmarker_backend",
|
||||
"name": "web-extracts-api",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "webmarker_backend",
|
||||
"name": "web-extracts-api",
|
||||
"version": "1.0.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
@ -4623,8 +4623,7 @@
|
|||
"ws": {
|
||||
"version": "8.6.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-8.6.0.tgz",
|
||||
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw==",
|
||||
"requires": {}
|
||||
"integrity": "sha512-AzmM3aH3gk0aX7/rZLYvjdvZooofDu3fFOzGqcSnQ1tOcTWwhM/o+q++E8mAyVVIyUdajrkzWUGftaVSDLn1bw=="
|
||||
},
|
||||
"xdg-basedir": {
|
||||
"version": "4.0.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "web-extracts-api",
|
||||
"name": "classify-api",
|
||||
"version": "1.0.0",
|
||||
"description": "The backend",
|
||||
"description": "Classify backend",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon server.js"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "webmarker",
|
||||
"name": "web-extracts",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "webmarker",
|
||||
"name": "web-extracts",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "web-extracts",
|
||||
"name": "classify",
|
||||
"version": "0.1.0",
|
||||
"description": "A bookmark + archive manager for all your links and resources.",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "^5.16.4",
|
||||
|
|
Ŝarĝante…
Reference in New Issue