Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 1.25 KB

File metadata and controls

42 lines (22 loc) · 1.25 KB

Backbench

This project is to create an Api. It consists of home page where dashboard will be there , my bench page where your benches will be there, and the details page, where details of benches will be there .

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. use git clone to get the code to your system, type the below command in the terminal.

git clone https://github.com/saitejan/backbench.git

Prerequisites

before going to run the server, you need to install the following :

node

Installing

install modules using the following command

npm install

above command is used to install the modules which we specified in the package.json file.then start the server using the following command

node server.js

that means your server is running now , you can check it out by going to http://localhost:8001 from your browser.

Contributing

Fork and clone it

Install dependencies: npm install

Create a feature branch: git checkout -b new-feature

Commit changes: git commit -am 'Added a feature'

Push to the remote branch: git push origin new-feature

Create a new Pull Request.