Skip to content

Shows a quote from Daily Inspiration From The Monk Who Sold His Ferrari by Robin Sharma

Notifications You must be signed in to change notification settings

c-shubh/daily-quote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Quote

Link: https://c-shubh.github.io/daily-quote/

Shows a quote from Daily Inspiration From The Monk Who Sold His Ferrari by Robin Sharma

Instructions to run locally

  • Clone repo

  • Client

    $ cd client/
    $ pnpm install # install dependencies
    $ touch .env.development.local # create env file
    

    Contents of .env.development.local:

    NEXT_PUBLIC_API_URL='http://localhost:8080/monk-quote'

    Start Next.js dev server:

    $ pnpm dev
    
  • Server

    $ cd server/
    $ pnpm install
    $ touch .env
    

    Contents of .env:

    PORT=8080
    MONGODB_CONNSTRING='mongodb://localhost:27017/quotes'

    Start Express server:

    $ node app.js
    

Built with

Hosted on

About

Shows a quote from Daily Inspiration From The Monk Who Sold His Ferrari by Robin Sharma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published