NikhilCodes / curious.io

A Q&A platform with SpringBoot as backend, and Angular as frontend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

curious.io

A sophisticated Q&A platform.

Tools used:

  • Java (Springboot) [backend]
  • Angular [frontend]
  • Postgresql [database]

Getting Started

Make sure JAVA_HOME environment variable is set correctly.
Run the below code inside backend dir,
$ ./mvnw spring-boot:run --quiet

Now once it starts successfully, the backend server will be up and running.

Let's start the frontend as well by executing

$ npm i
$ npm start

This will start the angular frontend as soon as the build is complete.

About

A Q&A platform with SpringBoot as backend, and Angular as frontend.


Languages

Language:TypeScript 42.6%Language:Java 39.1%Language:HTML 11.5%Language:CSS 4.2%Language:JavaScript 2.6%