Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 798 Bytes

File metadata and controls

28 lines (21 loc) · 798 Bytes

BEING WRITTEN

  1. Prerequisites Before beginning, ensure the following tools are installed:

    • Node.js
    • Git
    • Database - Oracle
    • Code Editor - Visual Studio Code
    • npm
  2. Clone the Repository

  3. Install Dependencies After cloning you will need to install the project's dependencies

    • npm install
    • install oracledb
  4. (Backend) Set up your environment variables

    • Create a .env file in the backend directory to store sensitive information.
  5. Oracle Database Configuration

    • Make sure your Oracle Database is up and running.
    • The database connection will use the credentials you defined in .env.
  6. Deploy the app for development and testing.

    • backend -> node app.js
    • frontend -> npm start