GithubHelp home page GithubHelp logo

hmasum52 / blooddonors-backend Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 180 KB

This is our level 2 term 2 database course project on blood management system backend build with node js and oracle database

JavaScript 42.40% PLSQL 57.60%

blooddonors-backend's Introduction

Welcome to BloodDonors Backend ๐Ÿ‘‹

๐Ÿšง Blood donors backend project in development... ๐Ÿšง

A project to help you connect with blood donors and people who need blood. Front end link: - https://github.com/AshfaqRahman/BloodDonors-frontend

๐Ÿ”– Table Of Contents


๐Ÿค” How To Run This Project In Your PC

๐Ÿ’ป Step-1: Clone the project in your pc

git clone https://github.com/hmasum52/BloodDonors-backend.git

or if you use ssh link

git clone [email protected]:hmasum52/BloodDonors-backend.git

Step-2: Get the denpendencies

npm install

Step-3: Setting up the database

  • Login in to your sqlplus as "system" user

  • Then create a user and grant dba to that user.
create user c##<username> identified by <password>;
grant dba to c##<username>;
  • After connecting the user to navicate or datagrip Run dump file in sql/dump.sql to create the database.

  • Run the following command to see the triggers

SELECT * FROM USER_TRIGGERS;

Step-4: Setting up the enviroment variables

Create create a new file .env in the root directory. And the file should have the followings

DB_USERNAME=c##<username>
DB_PASSWORD=<password>
DB_CONNECTION_STRING=localhost/orcl
JWT_SECRET=<user jwt secret>
PORT=<port number>

Example

DB_USERNAME=c##blood_donors
DB_PASSWORD=blood_donors
DB_CONNECTION_STRING=localhost/orcl
JWT_SECRET=hack_me_if_you_can
PORT=3000

Step-5: Run the project

npm start

or

npm run dev

Step-6: Now you are ready to run the frontend

Back To The Top


๐Ÿš€ Technologies

  • Node
  • Javascript
  • Express
  • Oracle

Back To The Top


๐ŸŒฑ Minimal Requirements

  • NodeJs - v14.18.1+
  • Oracle 19c

Back To The Top


๐ŸŽŠ Features

๐ŸŽ‡ Finished

  • [โœ”๏ธ] Authentication
  • [โœ”๏ธ] APIs
  • [โœ”๏ธ] Oracle connection

Back To The Top


๐Ÿ’ก How To Contribute

  • Make a fork of this repository
  • Clone to you machine and entry on respective paste
  • Create a branch with your resource: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature
  • A green button will appear at the beginning of this repository
  • Click to open and fill in the pull request information

Contributions, issues and features requests are welcome!
๐Ÿ“ฎ Submit PRs to help solve issues or add features
๐Ÿ› Find and report issues
๐ŸŒŸ Star the project

Back To The Top


๐Ÿ‘ค Author And Contributors


Hasan Masum


Ashfaq Rahman

Back To The Top


๐Ÿ‘จโ€๐Ÿ’ป Supervisor

  • Mohammad Tawhidul Hasan Bhuiyan, Lecturer, Department of Computer Science and Engineering Bangladesh University of Engineering and Technology Dhaka-1000, Bangladesh

Back To The Top


๐Ÿ” License

Copyright ยฉ 2022 BloodDonors

This project is licensed by MIT License.

Back To The Top


blooddonors-backend's People

Contributors

ashfaq-rahman-2lu avatar ashfaqrahman avatar hmasum52 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.