Skip to content

pjoterini/ALpost_FE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ALpost

App Site Link

Backend code

DEPLOYMENT CURRENTLY IN MIGRATION

Description

Fullstack application which allows registred users to create posts aswell as upvote/downvote and reply to them.

Navigation

MAIN PAGE

As main page loads posts and replies are fetched from database. Cursor type pagination is used for posts displaying. You can do CRUD operations on both posts and replies aswell as upvoting/downvoting.

REGISTER/LOGIN/LOGOUT

Authentication is handled with cookies. There is also Forgot Password function working(not ready for production). When you're logged in you have acces to User Account where data about your previous actions is displayed.

STACK

Next.js • TypeScript • GraphQL • URQL/Apollo • Node.js • PostgreSQL • TypeORM • Redis • Chakra