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.
 
 
 
 
arnaucode daa70d2ae1 update travel works 5 years ago
controllers update travel works 5 years ago
models some clean, and rmMongodbDatabases 6 years ago
tests moving and renaming 6 years ago
.gitignore server and app commited in different repositories 7 years ago
Dockerfile added Dockerfile, and implemented script to create Admin 6 years ago
LICENSE Initial commit 7 years ago
OLDDockerfile added Dockerfile, and implemented script to create Admin 6 years ago
README.md resetPassword script 6 years ago
adminCreator.js some clean, and rmMongodbDatabases 6 years ago
config.js some clean, and rmMongodbDatabases 6 years ago
package-lock.json update travel works 5 years ago
package.json added Dockerfile, and implemented script to create Admin 6 years ago
resetPassword.js resetPassword script 6 years ago
resetPasswordAdmin.js resetPasswordAdmin.js 6 years ago
resetPasswordUser.js resetPasswordAdmin.js 6 years ago
rmMongodbDatabases some clean, and rmMongodbDatabases 6 years ago
runDevEnvironment.sh some clean, and rmMongodbDatabases 6 years ago
server.js update travel works 5 years ago
testSendImage.js implemented send image to the goImgServer and save the url in the user avatar 6 years ago
tests.js added tests. Added admin signup system 6 years ago

README.md

commonroutesServer

  • Current status:
    • Server and App almost done, need to finish details.
    • I'm focusing on having a first stable and usable version
    • The plan is to have the first stable version in the middle of February 2018
  • Comments:
    • the code is not a good quality code, as:
      • it was developed in a discontinued way
      • in the process I learned stuff that I didn't know at the beginning
  • Future plans:
    • If somebody can do the frontend, maybe we can implement the frontend app in React
    • I can focus on implementing the backend in Go lang

Backend:

  • Nodejs + Express + MongoDB
  • Go --> for the images server

Frontend:

  • Angularjs + Ionic

App:

commonroutes code: https://github.com/arnaucode/commonroutesApp


To Do Backend and Frontend:

- pagination search
- https (tls/ssl)

Configuration before run:

In controllers/userController.js, define the port of the goImgServer:

function postImage(req, res, filename, fileImg) {
    url = "http://127.0.0.1:3001/image";
    [...]

RESOURCES using:

initial avatars users: http://www.flaticon.com/packs/animal-icon-collection