https://github.com/aniketpatidar/code-challenges
Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.
https://github.com/aniketpatidar/code-challenges
code-challenges crud fullstack-development react ruby ruby-on-rails user-authentication
Last synced: 22 days ago
JSON representation
Test your knowledge with code challenges based on real-world technical problems. A Full-Stack Web Application with React and Ruby on Rails.
- Host: GitHub
- URL: https://github.com/aniketpatidar/code-challenges
- Owner: aniketpatidar
- Created: 2024-06-23T19:55:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-04T20:41:07.000Z (over 1 year ago)
- Last Synced: 2025-04-07T10:44:28.748Z (10 months ago)
- Topics: code-challenges, crud, fullstack-development, react, ruby, ruby-on-rails, user-authentication
- Language: Ruby
- Homepage:
- Size: 983 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# code-challenges
Full-stack app for creating and solving coding challenges. Users can register, log in, browse challenges, and submit solutions. Admins can create and manage challenges.
## What
- Rails 7.1 API backend with Devise/JWT authentication, PostgreSQL
- React 18 frontend with Vite, Tailwind CSS, React Router
## Install
* Backend: `cd backend && bundle install`
* Frontend: `cd frontend && npm install`
## Run
* Backend: `cd backend && bin/setup`
* Frontend: `cd frontend && npm run dev`
## Screenshots




