Skip to content

This is the backend for One Journal, a journal app to keep track of your thoughts and reflect on your day

Notifications You must be signed in to change notification settings

Zio-4/one-journal-api

Repository files navigation

One Journal

One Journal is a minimalistic journal app for you to write down your thoughts.

Install your own copy

Fork and clone this repository.

Then cd into the project directory and run:

bundle install
rails s

Environment Setup

Verify which version of Ruby you're running by entering this in the terminal:

ruby -v

Make sure you are running a recent version of ruby.

You can use rvm to install a newer version of Ruby:

rvm install 2.7.4 --default

You should also install the latest versions of bundler and rails:

gem install bundler
gem install rails

Built with

Ruby Ruby on Rails PostgreSQL

This Repository contains the backend for One Journal. You will also need to install a copy of the frontend for this app to work. The frontend can be found here.

About

This is the backend for One Journal, a journal app to keep track of your thoughts and reflect on your day

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published