An open API service indexing awesome lists of open source software.

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

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.
demo

https://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