Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 861 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 861 Bytes

Project Title

Dev-Pool

Project Overview

Developers pool is an application that allows developers connect to one another and their clients. It is pool where you can match developer of your interest to the desired project and bring that project of yours to life. This application was built with reactjs and nodejs.

Prerequistes

  1. node
  2. npm
  3. create-react-app

Installing and running backend server

  1. install node on your machine
  2. run npm install to install all the required packages.
  3. run 'npm run start' to get the server running.

Installing and running frontend server

  1. install create-react-app on your machine
  2. run npm install to install all the required packages.
  3. run 'npm run start' to get the server running.

Built With

  1. nodejs (server)
  2. expressjs (handling routes,requests and views)
  3. reactjs (frontend framework)