Skip to content

Ethan101Potter/realworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js 14, React, Prisma, Postgres

Development

First, run the development server:

docker-compose up --build --force-recreate

Open http://localhost:3000 with your browser to see the result.

Production

# Build prod
docker compose -f docker-compose.production.yml build

# Up prod in detached mode
docker compose -f docker-compose.production.yml up -d

Open http://localhost:3000.

Key Features

  1. Authentication via Next-Auth
  2. Login/ Register
  3. Articles: Create, Edit, Delete
  4. Filter articles by tag, author, favorited
  5. Comments on articles
  6. Favorite articles
  7. Follow other users
  8. i18n: English, Chinese Simplified

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages