stores info on pokemon traiers and the pokemon they have on them
Some of the setup for a sample application has already been done for you, but you still need to do these steps.
-
Apply the existing migrations that have already been created for you. This will create your database with an initial
users
table. -
Add data to the database by applying the seed data.
-
Ensure the initial tests pass by running
npm test
. -
You can start the server with nodemon using
npm run dev
and navigate to http://localhost:3000.
Now you should be ready to complete the rest of this challenge.
have a user login page that allows you to log in or create a new user. on login a profile is brought up that shows the trainers active pokemon and some info for the pokemon