This Repository contains the documentation, code files, readme files, diagrams and video demonstration related to the Tech-Triathlon hackathon organized by Rootcode.
- install git
- install nodejs
- install postgres
- clone the repository into a local folder.
git clone https://github.com/saneru-akarawita/The_ChiMeRa_InterGalactic.git - get the env files from the drive link (https://drive.google.com/drive/folders/1GXWybbHJtM7hH2sIw4U0RowGkh5gkoV1?usp=sharing) and adjust it according to your local machine credentials.
-
we have used nestJS for backend development alongside postgres with prisma for the database.
-
navigate to the folder "the_chimera_intergalactic-backend"
cd the_chimera_intergalactic-backend -
run npm install
npm install -
to start up the application,
npm run start:dev
-
we have used vue.js for frontend development.
-
navigate to the folder "the_chimera_intergalactic-traveler-app"
cd the_chimera_intergalactic-traveler-app -
run npm install
npm install -
to start the frontend application,
npm run dev -
open up a web browser and navigate to localhost:3001