Skip to content

Story Publishing App in MERN stack(NextJS)...

Notifications You must be signed in to change notification settings

imsamad/teapost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEAPOST - Story Publishing Web App

DEMO

Frontend Backend
teapost.vercel.app teapost.herokuapp.com

Features

  • Reader

    • can read news, comment, like or dislike and share news.

    • can add stories/news to Reading collection like YouTube playlist.

    • can follow authors and when following author publish story/news followers would be notified.

  • Author

    • can write stories in collaboration with other authors.

    • can write stories in steps, instance at each step would be saved in history timeline of story where author can reference back like in Github.


Tech Used

  • Stack- MERN
  • Language - TypeScript
  • Front-End - NextJS, Formik, ChakraUI, SWR, Sun-Editor
  • Back-End - Express, Yup(Validation), JWT
  • DBMS - MongoDB
  • Assets Management - Cloudinary
  • Hosting - Heroku, Vercel

How to use

1.) Install Deps

npm run bootup

2.) Set Config (Optional)

To use default config

npm run mvConfig

OR

Set .env vars at

cd app/client/.env
cd app/server/config/.env

3.) Run data seeder

Create minimum essential data to kickstart app

npm run seed:k

OR

Create High Volume Data, This may take time

npm run seed:i

4.) Run dev server

npm run dev

App ready On

Frontend Backend
localhost:3000 localhost:4000

TODOS

  • Testing
  • GraphQL-ise

About

Story Publishing App in MERN stack(NextJS)...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages