Skip to content

Ujjwal-soni98/PlacementModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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