This Is a Simple Full Stack app made using Nuxtjs, Nestjs with Astra DB for hackathon "Build a modern data App" by "Datastax". This app showcases a simple UI which stores and displays details of members of an cummunity, It can be furthur changed into anything which can be simply used to store and display the information of individual peoples of an organisation/institution/congloromerate etc.
To install Dependencies: npm install
To run api: npm start
To run ui: npm run dev