Back end of project MarkIt that set ups the database for the frontend
I used Ruby on Rails to set up the back end and database as API. Set up the proper routes to provide full CRUD functionality.
- Describe any prerequisites, libraries, OS version, etc., needed before installing program.
- ex. Windows 10
After forking the repo enter the following:
- bundle install
- rails db:create
- rails db:migrate
- rails db:seed
Once installing is done:
- Rails s You can now head to http://localhost:3000 to check your database precisely: http://localhost:3000/users http://localhost:3000/events http://localhost:3000/trains http://localhost:3000/bikes http://localhost:3000/ratings
You can now fork and follow read me from MarkIt front end in order to have the fully functional app: https://github.com/swapman972/markit_frontend
Contributors names and contact info Jordan Melidor-Fuxis (https://www.linkedin.com/in/jordan-melidor-fuxis-2435191b0/)
- 0.2
- Various bug fixes and optimizations
- See commit change or See release history
- 0.1
- Initial Release