Skip to content

An example of mini social network with jwt-auth, NoSQL, JS, etc...

License

Notifications You must be signed in to change notification settings

sudogauss/MicroSocialNetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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