Giter Site home page Giter Site logo

lbms's Introduction

LBMS - This is a book library

How to contribute

Clone the project

  1. Fork the project to your repository
  2. Clone the project using: git clone url/of/your/repository.com
  3. Install dependencies using: npm i
  4. Create a branch with this format "feature_username"
  5. Start the project with: npm run start:dev
  6. Code your contriobutions
  7. Commit changes
  8. Make pull request
  9. Await for review & approvement

Set up database

  1. Install mongoDB
  2. Create a databse
  3. Create a .env file
  4. Copy and paste .env.example to your .env file and change "your_database_name" string with the name of the databse you created and add your email, password, domain and access token secret 'LOCAL_DB_CONNECT="mongodb://localhost:27020/your_database_name" EMAIL_USERNAME = "[email protected]" EMAIL_PASSWORD = "yourpassword" ACCESS_TOKEN_SECRET="TOKEN_SECRET" DOMAIN = "https://yourdomain.com" '
  5. If your are facing issues with email , try switching on 2 factor authentication on you google account and set up app-password. Use that app password as your email password. 'LOCAL_DB_CONNECT="mongodb://localhost:27020/your_database_name" EMAIL_USERNAME = "[email protected]" EMAIL_PASSWORD = "app-password" ACCESS_TOKEN_SECRET="TOKEN_SECRET" DOMAIN = "https://yourdomain.com" '

lbms's People

Contributors

lakshyabhasin509 avatar xarck avatar nano204 avatar komalkumari12 avatar yuvrajrocks152 avatar ultimatecoder2 avatar

Stargazers

 avatar

Watchers

 avatar

lbms's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.