Skip to content

Alon51/ctp-microblog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 

Repository files navigation

Blog

Blog created using Node, Express, and PostgreSQL

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisities

Node.js Version 6+ (8+ recommended)

Postgresql Version 9.3+

Running the Blog

  1. Clone this repository to your host computer.
git clone https://github.com/CUNYTechPrep/ctp-microblog.git
  1. Change into the /blog app directory
cd blog
  1. Create a database for the blog (replace DB_USER with your postgres user)
createdb -h localhost -U DB_USER ctpblog_development
  1. Edit the /blog/config/config.json file with corresponding credentials

  2. Run npm install

npm install
  1. Start the application
npm start
  1. See the application by entering this in your web browser address bar
localhost:3000

Running the tests

Coming Soon

Coding Style (Linting)

We use AirBnB JS coding style. You can check whether or not your code is styled properly by checking it using eslint. You must be within your project directory (inside of blog)

./node_modules/.bin/eslint nameOfYourFile.js

or for the entire project:

./node_modules/.bin/eslint .

Built With

  • Node
  • Express
  • Postgres

License

This project is licensed under the MIT License.

About

CUNY Tech Prep Teaching Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 75.9%
  • HTML 24.1%