Emmanuel-Melon / inspirers

Inspirers is a platform for people to pursue their dreams – personally, professionally and socially. It helps you track your long-term goals and reminds you how far you've come.
http://inspirers.co
MIT License
8 stars 3 forks source link
chakra-ui next-auth nextjs nodejs postgresql redis socket-io tensorflow turborepo typescript

Inspirers

Go on an amazing journey with Inspirers and get inspired by the people who are doing what YOU aspire to do. Advice, motivation, and encouragement are at your fingertips.

Do you want to realize your dreams and, at the same time, inspire other people? · Website · Issues · Roadmap

Become an Inspirer and share your progress with friends. Show them how you're growing, your highs and lows, and get inspired by others.

Getting Started

Before we install the project, Here is what you need to be able to run Inspirers:

Setup

  1. Clone the project
    git clone git@github.com:Emmanuel-Melon/inspirers.git
  1. Navigate to the project
    cd inspirers
  1. Choose Node.js version and install dependencies
    nvm

Database

Use BCrypt to generate a password.

MacOS

Via Docker

Pull Docker Image
  docker pull postgres:alpine
Run Container
  docker run --name <name> -e POSTGRES_PASSWORD=<password> -d p
ostgres-alpine
Expose Container
  docker exec -it <container_name> bash