Skip to content

bruna-genz/mood-tracker-api

Repository files navigation

OhMyMood! API

Table of Contents

About

This application in the API for the following OhMyMood! application. It's responsible for user authentication, data storage and management.

Further information can be found in this repository.

Built with

  • Ruby 2.6.5;
  • Rails 6.0.1;

Installation

Prerequisites

  • Ruby
  • Rails

Downloading and installing steps:

To install a local version of this project , follow these steps:

  • Clone the repository running the following command:
https://github.com/bruna-genz/mood-tracker-api.git
  • Open the project's folder on your text editor and install the required gems by running:
bundle install
  • Migrate the database to your machine:
rails db:migrate
  • Start the server:
rails server
  • The server running on http://localhost:3001.

Author

👩 Bruna Genz

Acknowledgements

  • Alejandro Sabogal for the amazing tutorial about React and Rails user authentication.

About

Ruby on Rails API for a mood tracker application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages