scaleracademy / twitter-backend-java

Twitter Clone Backend: Moo - A Social Networking Application
https://github.com/scaleracademy/twitter-backend-java/wiki
GNU Affero General Public License v3.0
49 stars 36 forks source link

Wiki Typo fixed and added steps if DB version is lower than required (exceptional case) #28

Open KuntalDanech opened 2 years ago

KuntalDanech commented 2 years ago

Below are the details which have been modified which have typo issues that have been fixed and also if the DB version is lower than required then you can do some required steps for setting up your project. Bullet points' text is a file name and numbered lists are changes that have been made.

  1. Or Reach out to the active maintainers from here
  1. Users can send personal messages to each other
  2. Filtering keywords on hateful and abusive texts, eventually lead to permanent blocking
  1. If you make PR before being assigned, It will be labelled invalid and closed without merging.
  2. Setting up the Development Environment using Eclipse (Java EE) or STS
  3. Here you will find four environment variables namely
  4. Make sure your code is properly formatted.
    • For exceptional cases If MySQL or MariaDB has a lower version then for MySQL we can set mysql-connector-java artifactId version as required and we can set JDBC driver (e.g spring.datasource.driver-class-name) as required in application.properties.

Hope this small contribution would lead to a better product and give us the strength to make it robust. Also, let me know if I can contribute more to this project. You can find my git repository link here from where you can clone the wiki repository and fix those issues if required. Thank you.