You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.0 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. # CarsInCommonServer
  2. - server code: https://github.com/arnaucode/carsincommonServer
  3. - frontend app code: https://github.com/arnaucode/carsincommonApp
  4. - images server: https://github.com/arnaucode/goImgServer
  5. - admin web: https://github.com/arnaucode/carsincommonAdminWeb
  6. **Backend:**
  7. - Nodejs + Express + MongoDB
  8. - Go --> for the images server
  9. **Frontend:**
  10. - Angularjs + Ionic
  11. App:
  12. ![carsincommon](https://raw.githubusercontent.com/arnaucode/carsincommonApp/master/carsincommon.png "carsincommon")
  13. code: https://github.com/arnaucode/carsincommonApp
  14. --------------------
  15. **To Do Backend and Frontend:**
  16. ```
  17. - pagination search
  18. - https (tls/ssl)
  19. ```
  20. ### Configuration before run:
  21. In the file adminConfig.js, put the sha256 of the password that allows to create new admins:
  22. ```js
  23. module.exports = {
  24. 'passwordHash': 'Bzij4hEeEUpmXTWyS+X0LR+YcA8WFjP2P7qhW0sxA6s='/*password raw: adminPassword*/
  25. };
  26. ```
  27. #### RESOURCES using:
  28. initial avatars users: [http://www.flaticon.com/packs/animal-icon-collection](http://www.flaticon.com/packs/animal-icon-collection)