Skip to content

hencydsouza/TypeQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeQuest

A simple blog application built using the MERN stack. Contains both client and server side application code.

Screenshots

Home Screen home Screenshot

Register Screen register Screenshot

Login Screen login Screenshot

post Screen post Screenshot

Run server locally

To run the server side code first,

  cd api

Install all packages and dependencies

  npm i

Run the server

  npm run dev

Run client locally

To run the client side code first,

  cd client

Install all packages and dependencies

  npm i

Run the client

  npm run dev

About

A blog application built using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published