This project is a mock take home assessment that was assigned as the final assessment for Mod 3 at The Turing School of Software and Design. It is made up of a few simple endpoints that demonstrate our understanding of full stack software engineering basics, such as designing and building a database and API in Ruby On Rails, using TDD to create back end routes and the necessary logic to manipulate the data held therein, as well as making calls to the database and handling the returned data using in a React.js app.
- Clone down a copy of this repo as well as the back end repo.
- CD into each folder and open each repo in the code editor of your choice.
- Run
NPM install
andnpm install react-router-dom
in the front end console. - Run
bundle install
andrails db:{drop,create,migrate,seed}
on the back end console. - Run
Rails C
in the back end console. - Run
NPM start
in the front end console and theny
to accept using localhost:3001 as the local http address.
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Karl Fallenius - - [email protected]