Skip to content

A full-stack social media application where users can post and share their coding projects, adding friends, and joining the discussion in threaded comments on project posts.

Notifications You must be signed in to change notification settings

cnohilly/codeflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codename-Poseidon

License

Description

Check out the links section for the link to the deployed application on Heroku!

Table of Contents

Installation

To install this application on your local machine:

  • Clone the application's repository and place it into a local directory on your computer.
  • Ensure that your computer has node.js installed.
  • Open a command-line interface (VS Code, Git Bash, etc.) and navigate to the root directory.
  • In the command-line, download the application's dependencies by typing:
    npm install
  • To seed the database, type the following command:
    npm run seed
  • Start the application by typing the following command. Your default web browser will then open the application in a new tab.
    npm run develop

Usage

Screenshots

The following images demonstrate the application's appearance and functionality.

Technologies Used

  • React

Credits

Special thanks to these developers for making this project possible:

Links

License

This application is covered under the MIT License.

About

A full-stack social media application where users can post and share their coding projects, adding friends, and joining the discussion in threaded comments on project posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published