- Create and build the oracle database image;
- Run
docker exec -it <container-name> bash
to open the container terminal;- If you are in Docker Desktopm you can open the container terminal in the GUI.
- Run
source /home/oracle/.bashrc
; - Run
sqlplus / as sysdba
; - Run all the commands in create-user.sql file to override your session and create a brand new user;
- Run yarn to install all dependencies
- Ensure you have the Oracle Instant Client, you can change its path in database-service file;
- Run
yarn start:dev
and the app will run in port 5005