- Introduce your team and your project
- Hi, my name is Davis Weimer. I graduated from the BE Program in Nov 2023. This project is an extension of a Rails API completed during my time at Turing. The primary goal was to learn about aspects of web development and SOA I didn’t have time to approach while at Turing. Whether Sweater embodies many principles of SOA through its modular design, integration of external services, secure management of credentials, and a focus on user-centric features like secure authentication and comprehensive weather forecasting with a road trip creation feature.
- Why did you create this product, what makes it interesting (you are telling a story here)
- To accompany the original backend application I built a React + Vite application to consume the original API endpoints. There were three web development concepts I wanted to learn more about:
- Firstly, exploring comprehensive UI/UX design principles. My goal was to not only achieve aesthetic appeal but also to ensur
First step, run this command:
EDITOR="code --wait" rails credentials:edit
When we run this command, a new key is created in config/master.key
as well as a credentials temp file thats opened in your text editor (in this case VSCode denoted by EDITOR="code --wait"
).
To start this assignment:
- Click the button in the upper right-hand corner that says Fork. This is now your copy of the document.
- Click the Edit button when you're ready to start adding your answers.
- To save your work, click the green button in the bottom right-hand corner. You can always come back and edit your gist.
- As you are working, you can use the Preview button to check your markdown formatting.