CU-CSCI3308-Fall2023 / VentureVibes

Empowering personalized travel experiences, our app simplifies vacation planning by crafting tailored itineraries that match individual preferences. We aspire to streamline the overwhelming array of options and create memorable, personalized journeys for every traveler, ensuring each person discovers the perfect activities that resonate with their
0 stars 1 forks source link

create register post api #19

Open maechen opened 10 months ago

maechen commented 10 months ago

As a user, if I do not already have an account I will register a username and password so that I can login with that username and password.

Acceptance Criteria: User should enter username into a text input field and password into another text input field. Hitting the register button will insert the username and password into the user's database if the username is not already taken.