Skip to content
This repository has been archived by the owner on Apr 9, 2020. It is now read-only.

CB Placements web portal for jobs and internships (Backend)

Notifications You must be signed in to change notification settings

coding-blocks/hiring-blocks-backend-legacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hiring Blocks Backend

CB Placements web portal for jobs and internships

Create a Database:

In psql shell:

> create database hb;
> create user hbuser with encrypted password 'hbpass';
> grant all privileges on database hb to hbuser;

Scripts:

npm install     // Install Dependencies
npm install -D      // Install Dev Dependencies
npm run start       // Start the server
npm run start.dev       // Start the server with DEBUG=*

About

CB Placements web portal for jobs and internships (Backend)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published