/hackernews

A web application for posting sharing, and liking news written in Javascript with VueJS, Apollo GraphQL and Neo4J

Primary LanguageJavaScriptMIT LicenseMIT

Hackernews

Main page Signup page

Technology Stack

Additional technologies

Getting Started

Clone repository

https://github.com/steven-mi/hackernews.git

Start the database with docker-compose

cd neo4j
docker-compose up --build

Start backend

cd backend
npm run serve

Start frontend

cd webapp
npm run dev

For more detail, look at the README files in the sub-directories.

License

See the LICENSE file for license rights and limitations (MIT).