2018-04-26 22:13:12 +02:00
2018-02-20 22:00:35 +01:00
2018-02-10 11:25:00 +01:00
2017-09-22 19:21:32 +02:00
2017-09-22 19:21:32 +02:00
2018-02-10 11:25:00 +01:00
2017-09-22 19:21:32 +02:00
2018-02-20 22:00:35 +01:00
2018-02-20 22:00:35 +01:00
2018-04-26 22:13:12 +02:00
2018-04-26 22:13:12 +02:00
2018-02-10 11:25:00 +01:00
2017-09-22 19:21:32 +02:00
2017-09-22 19:21:32 +02:00

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

Description
No description provided
Readme GPL-3.0 7.7 MiB
Languages
JavaScript 94.4%
Go 3.1%
Dockerfile 1.4%
Shell 1.1%