Assignments
Assignments should be completed from top to bottom as they will raise in difficulty the lower in the stack.
Part I
- Portfolio Projects I It's time to start building your portfolio. Go back to the projects you've created and select which ones you would like to deploy as full stack applications. Once you've selected these projects ensure to generate a Front-End or Back-End for the application. Recommendations:
- PokemonTheme: Add a Django Back-End that utilizes token authentication and allows users to save different pokemon, trade cards, or even battle.
- Rick&Morty: Add a Django Back-End that utilizes token authentication and add a chat feature, rating feature, and commenting section for different episodes, characters, and other aspects of the Rick&Morty show.
- Django Auth: In this assignment you create a task manager application. Create a dynamic UI for this API to give users the capability to manage their everyday tasks.
- Workout (Full-Stack): Create a Full Stack application that allows users to record their everyday exercises. If you are passionate about fitness this is a good place to make something for yourself.
Part II
- Portfolio Projects II Take your portfolio projects and start building them within a Docker Compose file to ensure you have a dynamic environment that is production ready.