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.

46 lines
1.2 KiB

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