Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

tareqalmousa/simple-projects-and-tasks-app

Repository files navigation

This is simple projects and tasks api app, allow you to create projects, create tasks on it and assign to people

  • Ruby version: 2.7.4

  • Rails version: 7.0.4

  • System dependencies: N/A

  • Configuration: N/A

  • Setup project

The application can be run by

  • docker container1 - run docker-compose build2 - run docker-compose run web rails db:create db:migrate3 - run docker-compose up

  • Run Server1 - rails db:create db:migrate2 - rails s3 - bundle exec sidekiqPlease make sure you have postgresql run on 5432, and redis run on 6379

  • How to run the test suite: rspecCoverage report generated for RSpec under /coverage. (39.34%) covered

Example:

1 - Registration,POST '/api/signup', params: {user: {name: user.name,email: user.email,password: user.password}}

2 - Login,POST '/api/login', params: {user: {email: user.email,password: user.password}}

3 - Create_project,POST '/users/:id/create_project', params: {title: "title",description: "description"}

4 - Create_task,POST '/users/create_task', params: {title: "title",projectId: "projectId"}

5 - Assign_task,POST '/users/assign_task', params: {userId: "userId",taskId: "taskId"}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp