This application is built using the MEAN stack:
- MongoDB
- ExpressJS
- AngularJS
- Node.js
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)
- Make sure that you already have the following installed:
- npm
- Angular CLI
- MongoDB
- Clone the repository. Using HTTPS:
$ git clone https://github.com/CT15/PostFactory.git
- Open the terminal and run the daemon process to instantiate Mongodb service
$ mongod
- 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
- Open your browser on http://localhost:3000/