Skip to content

A simulated full stack application platform built using React for the frontend, NestJS on the backend with GraphQL connecting them

Notifications You must be signed in to change notification settings

Kenspectacle/Applica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Applica

Welcome to Applica, a job application platform!

Technology stack

Backend:

  • NestJS
  • Typescript
  • Apollo Server
  • TypeORM Frontend:
  • React.js
  • Vite
  • Apollo Client Communication Protocol:
  • Frontend - Backend -> GraphQL
  • Web app - databases -> REST Database and their platforms:
  • PostgreSQL on neondb
  • S3 Storage on supabase

Setup

perform npm install on both the backend and the frontend

backend:

cd backend
npm install

frontend:

cd frontend
npm install

How to run

Starting the backend:

cd backend
npm run start:dev

Starting the frontend:

cd backend
npm run dev

About

A simulated full stack application platform built using React for the frontend, NestJS on the backend with GraphQL connecting them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published