Skip to content

shrutibakutra/crispy-dollop

Repository files navigation

Introduction:

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:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

To run the project:

  1. Go to project directory
  2. install node-modules
  3. run command : npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors