Scrape multiple online articles all at once. By inputting the articles you want scraped into the input field, B-Article-Scraper will save you time from manually navigating to each article and finding what you need.
Create login route for user to be able to login with already registered and stored credentials.
Expected System Behavior
User will login with their email or username and password. If user has previously registered, user will be able to login. If user credentials are inaccurate or unregistered user can't login, but can register.
Acceptance Criteria
use bcrypt to match input password and saved password
error handling for mismatched password and incorrect or unregistered email/username combination.
Summary
Expected System Behavior
Acceptance Criteria