Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 660 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 660 Bytes

Pangolin mini social network

This project is an example of mini social network for "pangolins"(in french) created during the job interview. It aims to create a basic social network where you can add some friends and modifiy you profile.

Description

Pangolin's mini social network is composed of dockerized frontend, backend and database. The authentification was made from scratch(using jwt). You have a technology stack below.

  • Frontend:
    • node
    • angular
  • Backend:
    • node
    • express
    • mongoose
    • jwt
  • Database:
    • mongoDB

In plus all instances was dockerized.

Running

Just run:

    $ docker-compose up