Skip to content

This Repository contains the documentation, code files, readme files, diagrams and video demonstration related to the Tech-Triathlon hackathon organized by Rootcode.

Notifications You must be signed in to change notification settings

saneru-akarawita/The_ChiMeRa_InterGalactic

Repository files navigation

The_ChiMeRa_InterGalactic

This Repository contains the documentation, code files, readme files, diagrams and video demonstration related to the Tech-Triathlon hackathon organized by Rootcode.

Getting Started

System Requirements

  1. install git
  2. install nodejs
  3. install postgres

Setting up the Project

Setting up the Backend of the Application

  • 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
    

Setting up the Frontend of the Application

  • 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

note: all the validations are being handled at the DTO level and not in the business logic level.

About

This Repository contains the documentation, code files, readme files, diagrams and video demonstration related to the Tech-Triathlon hackathon organized by Rootcode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6