BEING WRITTEN
-
Prerequisites Before beginning, ensure the following tools are installed:
- Node.js
- Git
- Database - Oracle
- Code Editor - Visual Studio Code
- npm
-
Clone the Repository
-
Install Dependencies After cloning you will need to install the project's dependencies
npm installinstall oracledb
-
(Backend) Set up your environment variables
- Create a .env file in the backend directory to store sensitive information.
-
Oracle Database Configuration
- Make sure your Oracle Database is up and running.
- The database connection will use the credentials you defined in .env.
-
Deploy the app for development and testing.
- backend ->
node app.js - frontend ->
npm start
- backend ->