Skip to content

joelljones/travelers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travelers

A Facebook Groups clone - CRUD MERN app hosted on Railway - users can view, add, edit, & delete posts, replies/comments, & likes

screenshot

Link to project: https://travelers-group.netlify.app

🚀 How It's Made:

Tech used: Vite, React, Tailwind CSS, Node.js, Express, MongoDB, Railway

🧞 Commands

:root

These commands are run from the root directory of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts both local backend & frontend dev servers at localhost:3000 & localhost:5173 respectively

Backend

These commands are run from the 'backend' directory of the project, from a terminal:

Command Action
npm install Installs dependencies
npm start Starts local backend dev server at localhost:3000
npm run dev Starts local backend dev server at localhost:3000 & watches for changes

Frontend

These commands are run from the 'frontend' directory of the project, from a terminal:

Command Action
npm install Installs dependencies
npm run dev Starts local frontend dev server at localhost:5173
npm run build Build your production site to ./dist/
npm run preview Preview your build locally, before deploying

About

A Facebook Groups clone - CRUD MERN app hosted on Railway - users can view, add, edit, & delete posts, replies/comments, & likes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published