# Installation
You gonna need the following cmds for creating a simple Next.js app.
# Additional Packages
# bcrypt
For hashing passwords.
# mongoDB & mongoose
For accessing & managing data in a Database.
# next-auth
For authentification within our Next.js app.
# Created Structure
We recreated some folders & created some new. Now our folder-structure looks as the follows: