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.
Before we install the project, Here is what you need to be able to run Inspirers:
- Node.js (Version: >=16.x)
- Git Bash
- Browser (Chrome, Safari, Firefox, etc)
- NPM (comes bundled with Node.js)📦
- Yarn (recommended) - a Node packaging manager 📦
- Code Editor (VS Code, Atom, Vim, Bracket, etc)
- Clone the project
git clone [email protected]:Emmanuel-Melon/inspirers.git
- Navigate to the project
cd inspirers
- Choose Node.js version and install dependencies
nvm
Use BCrypt to generate a password.
- Download and install the PostgreSQL app from here.
- Run the server.
docker pull postgres:alpine
docker run --name <name> -e POSTGRES_PASSWORD=<password> -d p
ostgres-alpine
docker exec -it <container_name> bash