Skip to content

balakrishna01/bitsnbytes-staging

 
 

Repository files navigation

BitsNbytes-Staging

BitsNbytes website staging repo for development and testing purposes

Setup

Get the source code and install the required modules

git clone https://github.com/BitsNbytes-JIT/bitsnbytes-staging.git
cd bitsnbytes-staging
npm install 

Connecting to MongoDB

Create a new file named as .env. Add the following details to bitsnbytes-staging/.env

MONGO_URI= <Connection URL to the MONGODB cluster>
PORT=5000
SECRET="YOUR SECRET KEY GOES HERE"

Start the web server

  npm run servers

About

BitsNbytes website staging repo for development and testing purposes

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.5%
  • HTML 6.3%
  • CSS 1.2%