/DataJet

DataJet

Primary LanguageTypeScript

DataJet

What is DataJet?

  • DataJet is an application designed to simplify the complexities of querying and managing data sources without the need for query syntax knowledge.
  • With Datajet, users can effortlessly register and access a plethora of features aimed at streamlining data handling processes.
  • Datajet offers a user-friendly interface where users can perform CRUD operations on selected data sources and queries.
  • Furthermore, with a components container allowing for easy drag-and-drop functionality and seamless integration with the query panel, Datajet ensures a smooth and easy-to-understand user interface.

Technologies Used

Frontend: ReactJs, Redux, Tailwind CSS
Backend: NestJs, PostgreSQL, TypeORM, Typescript
DataJet Website URL: https://datajet.netlify.app/
About DataJet(presentation) - DataJet PPT Link

(Do not click on the any URL. Copy and paste the above URL links in new tab)

How to Run?

  • Open two terminals.
  • Change directory to client and server in two different terminals.
  • Run
    • npm run dev to run client in client directory
    • npm run start:dev to run server in development mode in server directory