Skip to content

SmilodonP/festi-dule-BE

Repository files navigation


Smiles

Festidule

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started & Installation

  1. Clone down a copy of this repo as well as the back end repo.
  2. CD into each folder and open each repo in the code editor of your choice.
  3. Run NPM install and npm install react-router-dom in the front end console.
  4. Run bundle install and rails db:{drop,create,migrate,seed} on the back end console.
  5. Run Rails C in the back end console.
  6. Run NPM start in the front end console and then y to accept using localhost:3001 as the local http address.

Usage

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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Karl Fallenius - LinkedIn - [email protected]

Project Link: Front End | Back End

(back to top)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published