In this project I did CRUD operation using ReactJS in frond-end and NodeJS in back-end to manage data of different companies and their employees.I joined two tables using lookup to store data in require manner in mongoDB.
CRUD functionality (Create / Read / Update / Delete) for two menu items: Companies and Employees.
Companies DB table consists of these fields: Name (required), email, logo, websitelink Employees DB table consists of these fields: First name (required), last name (required), Company (foreign key to Companies), email, phone
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
- Go to project directory
- install node-modules
- run command : npm start