Skip to content

A place for coders to share and create.

Notifications You must be signed in to change notification settings

chaseyb/Snipit-Social

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coding-Society

A place for coders to share and create.

Table of Contents

Team Members

User Story

TBD....

Technology Used

TBD...

Tasks

  • Groups / Live chat functionality
  • A game room / way for people to relax or so
  • Viewing posts by topic (title) and by searching.
  • Commenting on posts

Roles

  • Eric: ..
  • David : ...
  • Chase: ..
  • Kimya:..
  • Maurice : ...

Successes

  • Fully functional application. TBD....

Challenges

TBD...

Future-Development

TBD...

Sources

Usage:

inside base folder of coding society

$ npm i

$ cd client
$ npm i

(NPM WHEREVER YOU SEE A PACKAGE.JSON)

inside source folder Coding-Society

npm run dev will run both the server and react app.

$ npm run dev.

  • this is because
  "scripts": {
 "test": "echo \"Error: no test specified\" && exit 1",
 "start": "node server/index.js",
 "backend": "nodemon server/index.js",
 "frontend": "npm run start --prefix client",
 "dev": "concurrently \"npm run backend\" \"npm run start --prefix client\""

Finally,

localhost:3001 instead of localhost:3000


look inside server/index.js for routes

DO ALL REACT STUFF / FRONT END INSIDE CLIENT FOLDER.

DO ALL BACKEND / EXPRESS STUFF IN SERVER.

About

A place for coders to share and create.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 87.4%
  • JavaScript 12.2%
  • HTML 0.4%