Bol2riZH / Piiquante

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:JavaScript 99.4%Language:Shell 0.6%