Main page | Signup page |
---|---|
Technology Stack
Additional technologies
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.
See the LICENSE file for license rights and limitations (MIT).