mirror of
https://github.com/arnaucube/commonroutesServer.git
synced 2026-02-28 05:26:42 +01:00
abf4257409eadae96e1d51087db5660cbf111d7e
commonroutesServer
- Current status:
- Server and App almost done, need to finish details.
- Not having time to develop. I'll try to finish a first stable and usable version.
- Future plans:
- If somebody can do the frontend, I can focus on implementing the backend in Go lang
- server code: https://github.com/arnaucode/commonroutesServer
- frontend app code: https://github.com/arnaucode/commonroutesApp
- frontend webapp code: https://github.com/arnaucode/commonroutesWebApp
- images server: https://github.com/arnaucode/goImgServer
- admin web: https://github.com/arnaucode/commonroutesAdminWeb
- landing page: https://github.com/arnaucode/commonroutesLandingPage
Backend:
- Nodejs + Express + MongoDB
- Go --> for the images server
Frontend:
- Angularjs + Ionic
App:
code: https://github.com/arnaucode/commonroutesApp
To Do Backend and Frontend:
- pagination search
- https (tls/ssl)
Configuration before run:
In the file adminConfig.js, put the sha256 of the password that allows to create new admins:
module.exports = {
'passwordHash': 'Bzij4hEeEUpmXTWyS+X0LR+YcA8WFjP2P7qhW0sxA6s='/*password raw: adminPassword*/
};
RESOURCES using:
initial avatars users: http://www.flaticon.com/packs/animal-icon-collection
Languages
JavaScript
94.4%
Go
3.1%
Dockerfile
1.4%
Shell
1.1%