App per-to-peer, connect people who need to transport clothing merchandise with people who have cargo vehicle.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have:
npm (Node Package Manager)
How to get a development env running:
Install front-end dependencies in the root
folder.
npm i
Then go to to the folder ./backend_node
and install the dependencies.
npm i
Now you have all devDependencies and dependencies the project need.
Then create a db.js
file on ./backend_node/configs
with the next pattern:
module.exports = {
'connection': {
'host': '',
'user': '',
'password': '',
'database': ''
},
'database': ''
};
System works with sql database
This project use NodeJs as backend so you need to run the server, so in ./backend_node
folder use:
npm run server
This is all for the backend side, for see the project now you just need to go to the root
folder :
npm run dev
Now you can see the project connected & working on http://localhost:8080/
Server will run on http://localhost:3000/
Joaquin | Harold | Harold | Roxana |
---|---|---|---|