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.

60 lines
1.7 KiB

6 years ago
6 years ago
6 years ago
6 years ago
  1. # commonroutesServer
  2. - Current status:
  3. - Server and App almost done, need to finish details.
  4. - I'm focusing on having a first stable and usable version
  5. - The plan is to have the first stable version in the middle of February 2018
  6. - Comments:
  7. - the code is not a good quality code, as:
  8. - it was developed in a discontinued way
  9. - in the process I learned stuff that I didn't know at the beginning
  10. - Future plans:
  11. - If somebody can do the frontend, maybe we can implement the frontend app in React
  12. - I can focus on implementing the backend in Go lang
  13. ---
  14. - server code: https://github.com/arnaucode/commonroutesServer
  15. - frontend app code: https://github.com/arnaucode/commonroutesApp
  16. - frontend webapp code: https://github.com/arnaucode/commonroutesWebApp
  17. - images server: https://github.com/arnaucode/goImgServer
  18. - admin web: https://github.com/arnaucode/commonroutesAdminWeb
  19. - landing page: https://github.com/arnaucode/commonroutesLandingPage
  20. **Backend:**
  21. - Nodejs + Express + MongoDB
  22. - Go --> for the images server
  23. **Frontend:**
  24. - Angularjs + Ionic
  25. App:
  26. ![commonroutes](https://raw.githubusercontent.com/arnaucode/commonroutesApp/master/commonroutes.png "commonroutes")
  27. code: https://github.com/arnaucode/commonroutesApp
  28. --------------------
  29. **To Do Backend and Frontend:**
  30. ```
  31. - pagination search
  32. - https (tls/ssl)
  33. ```
  34. ### Configuration before run:
  35. In the file adminConfig.js, put the sha256 of the password that allows to create new admins:
  36. ```js
  37. module.exports = {
  38. 'passwordHash': 'Bzij4hEeEUpmXTWyS+X0LR+YcA8WFjP2P7qhW0sxA6s='/*password raw: adminPassword*/
  39. };
  40. ```
  41. #### RESOURCES using:
  42. initial avatars users: [http://www.flaticon.com/packs/animal-icon-collection](http://www.flaticon.com/packs/animal-icon-collection)