diff --git a/.gitignore b/.gitignore index c6bba59..9f96f2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,77 +1,17 @@ # Logs logs *.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* -lerna-debug.log* -.pnpm-debug.log* - -# Diagnostic reports (https://nodejs.org/api/report.html) -report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage -*.lcov - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release # Dependency directories node_modules/ jspm_packages/ -# Snowpack dependency directory (https://snowpack.dev/) -web_modules/ - -# TypeScript cache -*.tsbuildinfo - # Optional npm cache directory .npm # Optional eslint cache .eslintcache -# Optional stylelint cache -.stylelintcache - -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - # dotenv environment variable files .env .env.development.local @@ -79,52 +19,5 @@ web_modules/ .env.production.local .env.local -# parcel-bundler cache (https://parceljs.org/) -.cache -.parcel-cache - -# Next.js build output -.next -out - -# Nuxt.js build / generate output -.nuxt -dist - -# Gatsby files -.cache/ -# Comment in the public line in if your project uses Gatsby and not Next.js -# https://nextjs.org/blog/next-9-1#public-directory-support -# public - -# vuepress build output -.vuepress/dist - -# vuepress v2.x temp and cache directory -.temp -.cache - -# Docusaurus cache and generated files -.docusaurus - -# Serverless directories -.serverless/ - -# FuseBox cache -.fusebox/ - -# DynamoDB Local files -.dynamodb/ - -# TernJS port file -.tern-port - -# Stores VSCode versions used for testing VSCode extensions -.vscode-test - -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz -.pnp.* +# remove package-lock.json +package-lock.json \ No newline at end of file diff --git a/README.md b/README.md index fc3b829..034e91e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,9 @@ MI LIBRO is a book management system built with `Node.js`, `Express` and `Reactj - Version: 1.0.1 - Repository: [https://github.com/Ajayos/MI_LIBRO](https://github.com/Ajayos/MI_LIBRO) -- Authors: [`Ajay o s`](https://github.com/Ajayos), [`Akarsh Krishna`](https://github.com/akarsh-krishna), [` Abinas Sulaimans`](https://github.com/Abinas8055), [`Saran T K`](https://github.com/SARAN-TK), [`Yasir Muhd`](https://github.com/yasirmuhd) +- Authors: [`Ajay o s`](https://github.com/Ajayos), [`Akarsh Krishna`](https://github.com/akarsh-krishna), [`Abinas Sulaimans`](https://github.com/Abinas8055), [`Saran T K`](https://github.com/SARAN-TK), [`Yasir Muhd`](https://github.com/yasirmuhd) - Created: 2023-05-17 - Modified: 2023-05-17 -- Editor: Ajayos ## Description diff --git a/client/.gitignore b/client/.gitignore new file mode 100644 index 0000000..fd4ddb1 --- /dev/null +++ b/client/.gitignore @@ -0,0 +1,23 @@ +# Logs +logs +*.log + +# Dependency directories +node_modules/ +jspm_packages/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# remove package-lock.json +package-lock.json \ No newline at end of file diff --git a/server/.gitignore b/server/.gitignore new file mode 100644 index 0000000..fd4ddb1 --- /dev/null +++ b/server/.gitignore @@ -0,0 +1,23 @@ +# Logs +logs +*.log + +# Dependency directories +node_modules/ +jspm_packages/ + +# Optional npm cache directory +.npm + +# Optional eslint cache +.eslintcache + +# dotenv environment variable files +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# remove package-lock.json +package-lock.json \ No newline at end of file diff --git a/server/README.md b/server/README.md index bde25c0..376d80a 100644 --- a/server/README.md +++ b/server/README.md @@ -6,10 +6,9 @@ MI LIBRO is a book management system built with Node.js and Express. - Version: 1.0.1 - Repository: [https://github.com/Ajayos/MI_LIBRO](https://github.com/Ajayos/MI_LIBRO) -- Authors: [`Ajay o s`](https://github.com/Ajayos), [`Akarsh Krishna`](https://github.com/akarsh-krishna), [` Abinas Sulaimans`](https://github.com/Abinas8055), [`Saran T K`](https://github.com/SARAN-TK), [`Yasir Muhd`](https://github.com/yasirmuhd) +- Authors: [`Ajay o s`](https://github.com/Ajayos), [`Akarsh Krishna`](https://github.com/akarsh-krishna), [`Abinas Sulaimans`](https://github.com/Abinas8055), [`Saran T K`](https://github.com/SARAN-TK), [`Yasir Muhd`](https://github.com/yasirmuhd) - Created: 2023-05-17 - Modified: 2023-05-17 -- Editor: Ajayos ## Description diff --git a/server/package.json b/server/package.json new file mode 100644 index 0000000..6ec3734 --- /dev/null +++ b/server/package.json @@ -0,0 +1,37 @@ +{ + "name": "mi_libro", + "version": "1.0.1", + "description": "MI LIBRO is a book management system built with Node.js, Express and Reactjs with MUI Theme.", + "main": "index.js", + "scripts": { + "test": "node index.js", + "start": "nodemon index.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Ajayos/MI_LIBRO.git" + }, + "author": "Ajay o s, Akarsh Krishna, Abinas Sulaimans, Saran T K, Yasir Muhd", + "bugs": { + "url": "https://github.com/Ajayos/MI_LIBRO/issues" + }, + "homepage": "https://github.com/Ajayos/MI_LIBRO#readme", + "dependencies": { + "@ajayos/nodelogger": "^1.0.2", + "@ajayos/nodelog": "^1.0.2", + "@ajayos/nodemon": "^0.0.5", + "axios": "^1.4.0", + "bcryptjs": "^2.4.3", + "body-parser": "^1.20.2", + "colors": "^1.4.0", + "cors": "^2.8.5", + "dotenv": "^16.0.3", + "express": "^4.18.2", + "express-async-handler": "^1.2.0", + "http": "^0.0.1-security", + "jsonwebtoken": "^9.0.0", + "mongoose": "^7.1.0", + "socket.io": "^4.6.1", + "uuid": "^9.0.0" + } +} \ No newline at end of file