Project Title

System is Designed for Reimbursement Request for the employees and the manager .

Getting Started

Clone this repo by the link: https://github.com/Hamzaaasif/Reimbursment-Requests

Prerequisites

You need to install npm and psql databases .

https://nodejs.org/en/download/
https://www.enterprisedb.com/postgresql-tutorial-resources-training?cid=48

Installing

To download all packages from npm (Front end Folder and Back End folder)

npm install

And start the Node server

npm run dev

And also start react server

npm start

And coding style

const express = require('express')
const app = express();

const port = 8080
app.listen(port,()=>{console.log("Node is listning at http://localhost:8080")});

Deployment


Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors