This is the backend API of DevPoint. Frontend repo available here
- Ruby v 2.7.1
- Rails v 6.0.3.3
- Devise
- PostgreSQL
- Jbuilder
Live on Heroku
- Navigate to a directory of your choice and get a local copy from this repo
cd
into your cloned folder.
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
- Open
http://localhost:3000/
in your browser - Sign up, log in and use the website to view developers list, their profiles
- Set appointments from the
/book_appointments
route - View the list of your appointments from
/appointments
route
- Run
bundle exec rspec spec/models
in the Terminal to run the models tests - Run
bundle exec rspec spec/controllers
in the Terminal to run the controllers tests
👤 Abdullah Numan
- Github: https://github.com/anewman15
- Twitter: https://twitter.com/aanuman15
- Linkedin: https://www.linkedin.com/in/aanuman15/
- Email: [email protected]
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!