Skip to content

barash-asenov/File-Storage

Repository files navigation

File Store with Rails API

FileStorage

Getting Started

The project use Rails API and also React for displaying the API's in real environment

Prerequisites

NodeJS, Rails, Ruby

Installing

Installing gem files for Rails API && Doing migrations

bundle install
rails db:migrate

And also intalling our client app's packages

cd client && npm install

Running the application

The API runs on port 3000 by default. And client app runs on port 8000 by default.

To open rails server

rails s

To open client app

cd client && npm start

Running the tests

Tests are made using RSpec

bundle exec rspec

Built With

License

This project is licensed under the MIT License

About

File Storage that is made with Ruby on Rails API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published