Skip to content

This is our dbms project implementing backend at flask using SQL-Lite and front end using Tailwind css and React + Vite.js Key learning's are creating RESTful API's and accessing them in the front end

Notifications You must be signed in to change notification settings

BharadwajRachakonda/E-Learning-Frontend

Repository files navigation

Installations

npm install

npm run dev (start with the backend url no need to open the front end front end link is given at the backend)

Issues

Having a issue with tailwind add this to vite.config.js

import { defineConfig } from "vite";
import react from "@vitejs/plugin-react";
import tailwindcss from "tailwindcss";

export default defineConfig({
  plugins: [react()],
  css: {
    postcss: {
      plugins: [tailwindcss()],
    },
  },
});

About

This is our dbms project implementing backend at flask using SQL-Lite and front end using Tailwind css and React + Vite.js Key learning's are creating RESTful API's and accessing them in the front end

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published