Skip to content
/ api Public
forked from Beo-Inc/aptire

Backend API of DevPoint. Used Rails, PostgreSQL, jBuilder, Sidekiq, Rspec

Notifications You must be signed in to change notification settings

mahadizp/api

 
 

Repository files navigation

DevPoint API

This is the backend API of DevPoint. Frontend repo available here

App Screenshot

app screenshot

Built With

  • Ruby v 2.7.1
  • Rails v 6.0.3.3
  • Devise
  • PostgreSQL
  • Jbuilder

Live Version

Live on Heroku

Local Deployment

Getting Started

  1. Navigate to a directory of your choice and get a local copy from this repo
  2. cd into your cloned folder.

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate
   rails db:seed

Usage

Start server with:

    rails server
  1. Open http://localhost:3000/ in your browser
  2. Sign up, log in and use the website to view developers list, their profiles
  3. Set appointments from the /book_appointments route
  4. View the list of your appointments from /appointments route

Testing

  1. Run bundle exec rspec spec/models in the Terminal to run the models tests
  2. Run bundle exec rspec spec/controllers in the Terminal to run the controllers tests

Author

👤 Abdullah Numan

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

About

Backend API of DevPoint. Used Rails, PostgreSQL, jBuilder, Sidekiq, Rspec

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.0%
  • HTML 7.3%
  • JavaScript 3.9%
  • Other 0.8%