Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 

Repository files navigation

REC 2024 Documentation

1. Pre-requisites, Motive, and Description

1.1 Languages

HTML, CSS, Javascript, and MongoDB used to create this project. All frameworks are included as,

  • Bootstrap: Version 5.3.2
  • React.js: Version 18.2.0
  • Node.js: Version 20.6.0
  • Express.js: Version 4.21.0
  • Dotenv: Version 16.4.5

2. Stack & Installation

2.1 Stack

flowchart TD
subgraph Frontend
A[User Input] <--> B{App.js}
end

subgraph Backend
B <--> C{index.js}
C <--> D{loginRoutes.js}
C <--> E{employeeRoutes.js}
C <--> F{employerRoutes.js}

end

subgraph MongoDB Database
D <--> G[(Database)]
E <--> G[(Database)]
F <--> G[(Database)]

end
Loading

3. References

  1. Bootstrap v5.3.3

Developed by:

About

For the REC24 Competition we created an employee management platform for companies.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages