Skip to content

Commit 8ffc500

Browse files
authored
Update README.md
1 parent 0dadbe5 commit 8ffc500

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,22 @@
88
-> https://dopeshop.herokuapp.com/
99

1010

11+
## Features
12+
- **App**
13+
- User Authentication using (BCrypt gem)
14+
- ADMIN and User roles
15+
- Products icons saved on Google Cloud or Amazon Cloud
16+
- Beautiful Search Bars
17+
- Products Pagination
18+
- Users Pagination
19+
- Users can post articles
20+
- Proceed products to cart
21+
- Make Orders
22+
- Edit , destroy orders (Admin)
23+
- _**Working on it**_
24+
- - Users can follow other users and get feed ( under development )
25+
26+
1127

1228
---
1329

@@ -38,7 +54,7 @@ Next, migrate the database:
3854
$ rails db:migrate
3955
```
4056

41-
Finally, run the test suite to verify that everything is working correctly:
57+
Finally, run the test suite to verify that everything is working correctly: THE TESTS FAIL (Because i didn't corrected them all loool! )
4258

4359
```
4460
$ rails test

0 commit comments

Comments
 (0)