Skip to content

kenshanta/nextjs-graph

Repository files navigation

NextJs + TypeScript + Lit + PostgreSQL 📊

This NextJs project is designed to visualize data via a combined bar and linear graph based on the data fed by a set of data hosted on a relational db table

TechStack:

NextJs  TypeScript  PostgreSQL 

⇟ Installation:

To install and run the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/kenshanta/boombit-task.git
  1. Install dependencies:
npm install
  1. Start the server:
npm run dev
  1. Access the application in your web browser at http://localhost:3000.

🪙 Credits:

TO-DO:

  • Add Spnner/Loader when graph is being updated for slow connections
  • Integrate middleware i.e Nginx

📕 Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

🚀 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.