This is my individual part of the Case Study implementation of 3rd Year 2nd Semester - Case Studies in Software Engineering(CSSE) module. Here we try to solve the difficulties faced in the procurement procedures in the construction industry. As a solution we have created a Web application and a mobile application, whereas this is a part of the Web application, implemented with ReactJS, NodeJS, Express and MongoDB.
- procurement_frontend : Developed with ReactJS
- procurement_backend : Developed with NodeJS and Express with the connection to MongoDB local database.
Technology
- NodeJS
- Express
- ReactJS
- MongoDB
Configurations
step 1
Open terminal in VS Code in Backend Directory.
step 2
Run node index.js
to start backend server.
step 3
Now open terminal in VS Code in Frontend Directory.
step 4
Run npm install
step 5
Run npm start
to run the app in development mode.
step 6
Open http://localhost:3000 to view it in the browser.
GitHub Repo 📌
Sewvandiii / procurement-construction-system
🛠 This is my individual part of the Case Study implementation of 3rd Year 2nd Semester - Case Studies in Software Engineering(CSSE) module. Here we try to solve the difficulties faced in the procurement procedures in the construction industry.
🔧 CSSE - Procurement Construction System
Languages
This is my individual part of the Case Study implementation of 3rd Year 2nd Semester - Case Studies in Software Engineering(CSSE) module. Here we try to solve the difficulties faced in the procurement procedures in the construction industry. As a solution we have created a Web application and a mobile application, whereas this is a part of the Web application, implemented with ReactJS, NodeJS, Express and MongoDB.
- procurement_frontend : Developed with ReactJS
- procurement_backend : Developed with NodeJS and Express with the connection to MongoDB local database.
Technology
- NodeJS
- Express
- ReactJS
- MongoDB
Configurations
step 1
Open terminal in VS Code in Backend Directory.
step 2
Run node index.js
to start backend server.
step 3
Now open terminal in VS Code in Frontend Directory.
step 4
Run npm install
step 5
Run npm start
to run the app in development mode.
step 6
Open http://localhost:3000…
Top comments (0)