Skip to content

chloeimb/InfoAndDbGroup10

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published