Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.61 KB

README.md

File metadata and controls

44 lines (25 loc) · 1.61 KB

PIIQUANTE

OpenClassrooms Project 6 - back-end (auth - crud - API)

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.

piiquante piiquante2 piiquante3 mongo mongoAtlas

How to connect :

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.