vidhi-mody / EmpowHer

A platform for holistic growth and learning.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

EmpowHer

There is a need to redefine the status of women in the society. A change can be brought through the constitution and supportive legislations. The Constitution of India gives a women status equal to men. Women empowerment has to begin with women's active participation. Unless women throw off the shackles that ignore their talent, skill and spirit women through education and economic self-reliance, women cannot be empowered.

According to READ GLOBAL one of the key enablers for women empowerment is the need for a “safe space” for women to gather and learn. However, as of now there is no such virtual platform available. The next enabler for women empowerment is to teach women job skills and seed businesses. There is also a need to build their self-esteem and confidence. With EMPOWER we propose a platform for women to build, grow and learn together. We aim to create communities of women that support each other along with the skill enhancement and upliftment provided to them by NGOs on the platform. We aim to curate a platform where women can connect, share their thoughts, promote their businesses, connect with potential recruiters and get quick replies to common questions through conversational AI.

Open Source PR's Welcome PRs Issues Contributors Languages License

Table of Contents

About The Project

Built With

This project would never have been possible without these wonderful frameworks and project.

Development

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

Clone the repo and hit yarn install.

  • yarn
yarn install

Startup

  1. Clone the repo
git clone https://github.com/vidhi-mody/EmpowHer
  1. Install the packages
yarn install
  1. Create a .env file in home directory with valid credentials as follows
COOKIE_SECRET=“YOUR COOKIE SECRET”

NODE_ENV=development

MONGODB_URI=“YOUR MONGODB URI”

GOOGLE_CLIENT_ID=“YOUR GOOGLE CLIENT ID”
GOOGLE_CLIENT_SECRET=“YOUR CLIENT SECRET”
GOOGLE_CALLBACK_URL=“”YOUR CALLBACK URL

REDIS_HOST=localhost
REDIS_PORT=6379

IBM_TONE_API_KEY=“YOUR IBM TONE KEY”
IBM_TONE_API_URL=“YOUR IBM TONE URL”

SPOONACULAR_API_KEY=“YOUR SPOONACULAR API KEY”
  1. Start the project
yarn dev

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Code of Conduct

Make sure to read it here.

Contact

About

A platform for holistic growth and learning.

License:Apache License 2.0


Languages

Language:CSS 60.0%Language:EJS 17.7%Language:JavaScript 15.7%Language:TypeScript 6.6%Language:Shell 0.0%