Skip to content

imskshivam/bkend

 
 

Repository files navigation

CSE WEBSITE BACKEND

Configuration

Create .env file in root folder. Add the following configurations:

  • MongoURI - MongoDB Database URL

Installation

$ npm install
$ npm run client-install

Running the app

# Run server & client in development
$ npm run dev

# Run server only
$ npm start

# Run client only
$ npm run client

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.6%
  • HTML 5.4%