Skip to content

Commit

Permalink
Debajyotisaha14/refactoring (#37)
Browse files Browse the repository at this point in the history
* Password validation Changed

* Add Special Character support for password

* Added Docs for Local Setup with folder structure

* Updated Docs
  • Loading branch information
Debajyoti14 authored May 14, 2024
1 parent 3f03aa8 commit 556992d
Show file tree
Hide file tree
Showing 7 changed files with 551 additions and 6 deletions.
6 changes: 6 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
SERVER_KEK=my_server_kek
EMAIL_PASSWORD=my_email_password
EMAIL=my_email
MAIL_NAME=my_name
SMTP_DOMAIN=smtp.gmail.com
SMTP_PORT=587
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,29 @@
Need some features you think might be helpful for others? Raise a PR and we will surely try to bring it live.

## Local Setup:
Here is a documentation for if you want to setup this repo locally - [Local Setup Doc]()
Here is a documentation for if you want to setup this repo locally - [Local Setup Doc](https://github.com/Rajdip019/flexauth/tree/main/docs/local-setup/readme.md)

## API Documentation:
Here is the API documentation - [API Doc](https://github.com/Rajdip019/flexauth/tree/main/docs/api/readme.md)

## Backend Documentation:
Link to backend docs - [Backend Doc](https://github.com/Rajdip019/flexauth/tree/main/docs/backend)

## Folder Structure and others:
Link to general docs for this repository - [General Docs]()
Link to general docs for this repository - [General Docs](https://github.com/Rajdip019/flexauth/tree/main/docs/folder-structure/readme.md)

**Code of Conduct:**

Please note that we have a code of conduct in place to ensure a welcoming and inclusive community for all contributors. Be respectful and considerate towards others, regardless of background or experience. Harassment or abusive behavior will not be tolerated.

**Get Started:**

Ready to start contributing to Freeflow? Head over to our GitHub repository and fork the project today!
Ready to start contributing to FlexAuth? Head over to our GitHub repository and fork the project today!


[GitHub Repository Link](https://github.com/Rajdip019/freeflow)
[GitHub Repository Link](https://github.com/Rajdip019/flexAuth)

We look forward to your contributions and thank you for helping us make Freeflow the best platform for designers and teams!
We look forward to your contributions and thank you for helping us make FlexAuth the best platform for designers and teams!


<h2 align='center'> Project maintainers </h2>
Expand Down
Loading

0 comments on commit 556992d

Please sign in to comment.