/fuyu-api

Primary LanguageRubyMIT LicenseMIT

Fuyu - API

Rails API to hande authentication, users, and data for Fuyu mobile application.

View Code Github Issues GitHub Pull Requests

📝 Contents

Built with   |    Live Demo Link   |    Getting started   |    Author

🔧 Built with

  • Ruby on Rails (Version: 6.0.3.2)
  • Ruby (Version: 3.0.2)
  • Postgresql (version: 12) on Production | SQLITE 3 on development
  • Rack Cors

Live Demo Link

Live Demo

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder>
$ git clone git@github.com:omar-labana/fuyu-api.git
$ cd fuyu-api
$ bundle install
$ yarn install --check-files

create and migrate the database by these commands

   rails db:create
   rails db:migrate

How to run

Start server with:

    rails s -p 3001

Open http://localhost:3001/ in your browser.

✒️ Authors

👤 Omar Labana

🤝 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!

Acknowledgements