Giter VIP home page Giter VIP logo

bookend's Introduction


nextjs

Bookend

Contributors Forks Stargazers Issues MIT License LinkedIn

Bookend is a web application to share books and it was thanks to the idea that arose when I was looking to carry out fullstack development practices


View Demo ยท Report Bug

About The Project

Product Name Screen Shot Books ranking of bookend

Bookend is a web application to share books and it was thanks to the idea that arose when I was looking to carry out fullstack development practices, and I asked myself, can I develop a social network? thanks to this I have learned a lot!

Here's why:

  • A project that helps to find books
  • Sign up for free and search for your favorite book.
  • Ah! and you can also follow people and save your favorite books ๐Ÿ˜„

(back to top)

Built With

(back to top)

Getting Started

This is an example of how to configure .env.local to have a working local copy.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • .env.local
    ## NEXTAUTH_URL=https://example.com production
    SECRET=https://generate-secret.now.sh/32
    JWT_SECRET=<secrect>
    
    ## Create cluster in mongodb free tier
    ## https://docs.atlas.mongodb.com/tutorial/create-new-cluster/#select-the-cluster-tier
    MONGODB_URI=mongodb+srv://<username>:<password>@<your-cluster-url>?retryWrites=true&w=majority
    ## EXAMPLE: https://dev.to/veritechie/deploy-node-express-mongo-atlas-con-fetch-de-react-en-heroku-mern-app-3ien
    
    ## Create credentials google client and google client secret Oauth
    ## https://developers.google.com/identity/protocols/oauth2
    ## homepage URL* = http://localhost:3000
    ## Authorization callback URL* = http://localhost:3000/api/auth/callback/google
    GOOGLE_CLIENT=
    GOOGLE_CLIENT_SECRET=
    
    ## Create credentials github
    ## https://github.com/settings/developers
    ## homepage URL* = http://localhost:3000
    ## Authorization callback URL* = http://localhost:3000/api/auth/callback/github
    GITHUB_CLIENT=
    GITHUB_CLIENT_SECRET=
    
    ## Uri development
    URI_1=http://localhost:3000
    ## path uri for API development
    PATH_URI=/api/graphql
    

Installation

Use the package manager yarn to install the dependencies.

  1. Clone the repo

    git clone https://github.com/LuiSauter/bookend.git
  2. Install Yarn packages

    ## Install yarn global
    npm install --global yarn
    
    yarn install
  3. Meet the prerequisites .env.local

    (go back to prerequisites)

(back to top)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

I accept suggestions.

bookend's People

Contributors

luisauter avatar dependabot[bot] avatar

Stargazers

 avatar

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.