Skip to content

Developed the prototype of Freelancer web application to demonstrate the use of RESTful web services along with distributed messaging system Kafka as a middleware and MongoDB as backend.

Notifications You must be signed in to change notification settings

sricheta92/Get-Hired

 
 

Repository files navigation

Freelancer Prototype

Freelancer like scalable web application developed in MERN Stack

alt text

Prerequisites

should have NodeJS installed in your system.

Getting Started

Installing client side (running on 3000)

Follow the be below steps

1. go to client folder
2. run command - npm start or yarn start
3. you can see the react console

Installing Server side (running on 5000)

Follow the be below steps

1. go to server folder
2. run command - nodemon server
3. you can see the node console

Running the Mocha test cases

Follow the be below steps

1. go to server folder
2. run command - npm test
3. you can see the mocha test results

Author

About

Developed the prototype of Freelancer web application to demonstrate the use of RESTful web services along with distributed messaging system Kafka as a middleware and MongoDB as backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.7%
  • CSS 11.9%
  • HTML 1.4%