Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 653 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 653 Bytes

website-backend

Backend Code for our CSI Website

Steps to follow to initialize the server

First go the project directory and make sure that your current directory is server, and then run the following commands

1. npm install

2. Then run node index.js, and if you see output like CSI Backend app is listening on port: 5000!, initialization is sucessfull, else there is some error.

Heroku Deployment

This repository is automatically connected to the heroku deployment cycle. Heroku will consider index.js as base file.

Deploy