Single Origin is a simple recipe repository, as a clone of airbnb.com, with recipes replacing bookings.
The live link for Single Origin is https://single-origin.herokuapp.com/
The features include:
- Sign Up/Login with full CRUD
- Full Recipe(replacing Bookings) CRUD, able to see all, see specific recipes, add, update and delete.
- Comments, currently able to Read comments thru specific recipes and Create comments for those recipes.
- You clone the working repo at https://github.com/JamesRR91/Single-Origin
- You will need to cd into the repository, then to the backend, where you will npm install all dependencies.
- Run npm start in the backend server
- Once the backend is running, cd into the frontend where you will repeat steps 2 and 3.
- Be sure to then open up your browser if it doesn't run automatically at http://localhost:3000