MDAmir159 / leave-application-backend

This is the backend of the leave-application website

Home Page:http://leave-application-backend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leave-application-backend

This is the backend repository of the Leave-application web applicaion.

Tech Used

Leave-application uses a number of open source projects to work properly:

Installation

Leave-application backend porion requires Node.js v10+ to run.

Install the dependencies front end side.

npm install

(Optional) It's recommended to use the nodemon for the better environment of the development. Luckily, this project's package.json file is inscribed with this dependency, so using the previous command, nodemon is installed to your project automatically.

After successfully installing all modules and dependecies run the following command in your current folder

npm start

Or, using nodemon you can run like this,

npm devStart

By default this project will run on your localhost:3000 port.

Development

Want to contribute? Great!

  • Fork the project
  • Create your own featured branch
    git checkout -b feature/NewFeatures
  • Commit your changes
    git commit -m "feature/NewFeatures"
  • Push to the branch
    git push origin feature/NewFeatures
  • Open a pull request

Front End Side

Here is the link to the frontend side repository leave-application-frontend

Enjoy !

About

This is the backend of the leave-application website

http://leave-application-backend.vercel.app


Languages

Language:JavaScript 99.9%Language:Procfile 0.1%