Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Social Network application for Web, as well as my sandbox ๐Ÿ› [monorepo]

Notifications You must be signed in to change notification settings

vvvvvvvector/network-turborepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

74 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Using the app

Run the following command:

npx create-turbo@latest

What's inside?

This Turborepo includes the following apps:

Apps

  • web: a Next.js app, deployed on Vercel. The app was located here previously: the old repo ๐Ÿšง
  • server: a NestJS app, deployed on Render using Docker Runtime. I use free tier on Render - this means that app will spin down with inactivity, which can delay requests by 50 seconds or more, so user can experience serverless function timeout error on a client. ๐Ÿšจ WebSockets don't work in production! ๐Ÿšจ User profile activation via email (profile is activated by default now) feature isn't implemented yet ๐Ÿšจ. The app was located here previously: the old repo ๐Ÿšง

Develop

To develop all apps and packages, run the following command:

cd social-network-turborepo
pnpm dev

Useful Links

Learn more about the power of Turborepo:

About

Social Network application for Web, as well as my sandbox ๐Ÿ› [monorepo]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages