Skip to content

Ujjwal-soni98/PlacementModule

Repository files navigation

Placement_module

Start the project locally 🚀🚀

Here's the very simple guide to run this project locally.

🔧 Prerequisites

  • Node.js & npm
  • MySQL server

📁 Folder Structure

PlacementModule ├── frontend/ # React app ├── backend/ # Node.js + Express app ├── .gitignore ├── README.md

Now if you have read till here , Let's Start Frontend & Backend of Placement Module

🧩 Run Frontend

cd frontend
npm install
npm run start

🕹️ Run Backend

cd backend
npm install
npm run start

🗄️ Database Setup

To recreate the database:

  1. Open MySQL Workbench.
  2. Create a new schema (e.g., placement_db).
  3. Import backend/db/Dump.sql.
  4. Start backend server.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published