Skip to content

🏭 Minimal social networking application built using the MEAN stack

Notifications You must be signed in to change notification settings

CT15/PostFactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PostFactory

This application is built using the MEAN stack:

  • MongoDB
  • ExpressJS
  • AngularJS
  • Node.js

Application Overview

This application allows its user to:

  • create a new account
  • login / logout of his/her account
  • create a post (when logged in)
  • like a post (when logged in)
  • view his/her profile (bug not yet fixed)

Setup Instruction

  1. Make sure that you already have the following installed:
  • npm
  • Angular CLI
  • MongoDB
  1. Clone the repository. Using HTTPS:
$ git clone https://github.com/CT15/PostFactory.git
  1. Open the terminal and run the daemon process to instantiate Mongodb service
$ mongod
  1. Open another tab of the terminal to run the node application
$ cd PostFactory
$ nodemon     # or
$ node app.js # if you do not have nodemon installed
  1. Open your browser on http://localhost:3000/

About

🏭 Minimal social networking application built using the MEAN stack

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published