Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 833 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 833 Bytes

WT-Project

An app used to find teammates loosely based on how teamder works made using MERN stack as a part of the Web Technologies course (UE19CS204) at PES University.

Contents

  1. Installation
  2. Requirements
  3. Usage
  4. Authors

Installation

To install this project, paste the following code in your terminal.

$ git clone https://github.com/nihal-ramaswamy/WT-Project.git
$ cd WT-Project
$ cd backend
$ npm i
$ cd ..
$ cd frontend
$ npm i
$ cd ..

Requirements

  1. NPM
  2. MongoDB

Usage

The usage for running the frontend and backend is given in their respective folders.

Authors

  1. Murali Krishna
  2. Nihal Ramaswamy
  3. Vinay Padegal