Skip to content

A full-stack link aggregation website. Made with React, Node and MongoDB.

Notifications You must be signed in to change notification settings

EmanuelFromFlorence/Lynk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lynk

Lynk is a full-stack (React, Node, MongoDB) reddit-like news aggregation website, in which users can post links and vote on others.

Live website (hosted on heroku)

Technical details:

Server

  • The server is built with Node, Express, and MongoDB.
  • It provides a RESTful API, allowing users to get a list of links, vote on them, or post new ones.
  • Authentication: When a user registers, its password is encryped before being stored in the database. When logging in, a token is generated for the user using JWT and sent to the client. The cilent can then include the token in its future requests to verify its identity.

Client

About

A full-stack link aggregation website. Made with React, Node and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • HTML 4.7%
  • CSS 1.0%