wncc / Hello-FOSS-Chat

The Chat Application repository for Hello-FOSS
http://hello-foss-chat.herokuapp.com/
3 stars 8 forks source link

Python Part of the project #17

Open TheCoderlyGirl opened 3 years ago

TheCoderlyGirl commented 3 years ago

I want to contribute to the python related part of this project. How do I contribute?

abhipaiangle commented 3 years ago

You can work on this issue #10 . I will soon share the database URL. By that time you can learn about python library SQLAlchemy. This basically involves storing user details in PostgreSQL database. You can also learn about flask sessions. I will create an issue for this.

TheCoderlyGirl commented 3 years ago

How should I start as I only know python basics?

abhipaiangle commented 3 years ago

Go through the tutorials given in the "required skills" section in README.md

abhipaiangle commented 3 years ago

Hey I have added Postgres Database to the app. You can access the database using os.getenv('DATABASE_URL') . On local system you have to set Environment variable DATABASE_URL to

postgres://hbadpcocmlhrpv:0479faf1070d0a31a66f179aaab53aec23bf9a4aa3e5c7e09e52126cc5847d32@ec2-54-146-142-58.compute-1.amazonaws.com:5432/d47ndu81md817c

abhipaiangle commented 3 years ago

Last 5 days remaining for hacktoberfest to end although there is no deadline for you to send in PRs. Make your contribution ASAP if the issue is fixed. @TheCoderlyGirl

shubhamcodez commented 3 years ago

Last 5 days remaining for hacktoberfest to end although there is no deadline for you to send in PRs. Make your contribution ASAP if the issue is fixed. @TheCoderlyGirl

Hey I have added Postgres Database to the app. You can access the database using os.getenv('DATABASE_URL') . On local system you have to set Environment variable DATABASE_URL to

postgres://hbadpcocmlhrpv:0479faf1070d0a31a66f179aaab53aec23bf9a4aa3e5c7e09e52126cc5847d32@ec2-54-146-142-58.compute-1.amazonaws.com:5432/d47ndu81md817c

so, this issue is closed? or is there anything left to implement?