The other side of the web developpement. Now I can say that I know how it works !
How everything is connect and how we can give informations from one side and ask from the other one.
In this project, the front-end was given and developp in ANGULAR. I have to manage to build the baack-end :
- initiate the server
- make the routes, models, controllers, middlewares
And don't forget the security part.
As always, I make my best to write clean and dry code.
FRONTEND
Clone this repo to get the front-end of the app.
Open your terminal and go the /frontend
folder.
Run npm install
to install all required dependencies.
Run npm start
to start the interface on your browser.
BACKEND
Clone my repo.
Open your terminal and go to the /backend
folder.
Run npm install
to install all required dependencies.
Run npm start
to start the server and connect to the data base.