https://github.com/jsdhami/sudurtech
Full Stack Website of SudurTech
https://github.com/jsdhami/sudurtech
Last synced: 2 months ago
JSON representation
Full Stack Website of SudurTech
- Host: GitHub
- URL: https://github.com/jsdhami/sudurtech
- Owner: jsdhami
- Created: 2023-12-04T07:50:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T06:29:06.000Z (over 1 year ago)
- Last Synced: 2025-02-05T04:09:02.707Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Website with CRUD and Auth Functions
This README would normally document whatever steps are necessary to get the
application up and running.
demohttps://github.com/jsdhami/SudurTech/assets/139155991/60b8ac85-fdda-4ed5-9ca2-a614cd6e5445
# How To Start Development
## in Windows
- install ruby from official website
- install rails
```
gem install rails
```
- clone the project
```
git clone https://github.com/jsdhami/SudurTech.git
cd /CRUDAuth-Rails-App
```
- go to install the bundle
```
bundle install
```
- run the rails server
```
rails s
```
# How To Start Test
- start test server
```
rails server -p 5017
```
- start cypress
```
yarn cypress open --project ./spec
```## in Linux
comming soon......
## Used Technology
- Ruby On Rails
- Bootstrap
- Cypress
- sqlite