Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

api function to implement registration #19

Merged
merged 1 commit into from
Aug 9, 2021
Merged

api function to implement registration #19

merged 1 commit into from
Aug 9, 2021

Conversation

dilroseR
Copy link
Contributor

@dilroseR dilroseR commented Aug 9, 2021

this pr attempts to close #18

Copy link
Contributor

@abhijeet007rocks8 abhijeet007rocks8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dilroseR there is an easy way to setup a local sqlite db too.

app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:https:///database1.db'; app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True; db = SQLAlchemy(app)

like this.
Yours seem right too. Have you tested it locally?

@dilroseR
Copy link
Contributor Author

dilroseR commented Aug 9, 2021

@dilroseR there is an easy way to setup a local sqlite db too.

app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:https:///database1.db'; app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = True; db = SQLAlchemy(app)

like this.
Yours seem right too. Have you tested it locally?

yes i have

@abhijeet007rocks8 abhijeet007rocks8 merged commit f2a6387 into Ash515:master Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backend: Develop API function to implement registration.
2 participants