Our collaboration consists of 5 members:
@Lizdev-05
@PinkMoon25
MentorCity aims to connect mentors and mentees from around the world, to make the software development journey easier for the prospective software developers and also beginners by getting tips, ideas, and guide from experience software developers(mentor).
The frontend was made with React Js and can be found here
Server
Database
- It allows users to create an account.
- It allows users to login.
- It allows users to book a mentor for a specific subject.
- [Coming soon](Coming soon)
To get a local copy up and running, follow these steps.
In order to run this project you need:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:PinkMoon25/Book_an_appointment_API.git
Install this project with:
cd Book_an_appointment_API
bundle install
To run the project, execute the following command:
rails db:create
rails db:migrate
rails db:seed
rails server
To run tests, run the following command:
rake db:seed RAILS_ENV=test
rspec spec/models/
coming soon...
👤 Ojesanmi Elizabeth Oyin
• GitHub: @Lizdev-05
• Twitter: @ojesanmi_oyin
• LinkedIn: Elizabeth Oyinlade Ojesanmi
👤 Tushar Singh
- GitHub: @PinkMoon25
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- It will allows users to give a review for a specific mentor.
- It will allows mentors to give a review for a specific user.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project consider giving it a star ⭐️.
I would like to thank Microverse for giving me the opportunity to work on this project.
- LazyCoders
- Coding Partners
This project is MIT licensed.