Skip to content
/ yaba Public

YABA: Yet Another Blog App. Built on PERN stack.

License

Notifications You must be signed in to change notification settings

phanthh/yaba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YABA: Yet Another Blog App

A multi-user blog website using PERN stack.

Submission for Slush recruitment.

Instruction

  • Create .env in both folder backend and frontend. An example .env.example is provided in each.
  • Build the frontend and backend with npm run build.
  • Start database container with npm run db:docker.
  • Migrate with npm run db:migrate.
  • Optionally, seed the database with npm run db:seed.
  • Start the backend server with npm run start.
  • Go to http://localhost:3000 to view the application (if .env.example is used).

About

YABA: Yet Another Blog App. Built on PERN stack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published