Skip to content

The Frontend use TypeScript with Next.Js Framework and the Backend use JavaScript with Express.Js Framework, the app launched on AWS Amplify. The application's underlying database is Amazon RDS with PostgreSQL DBMS, which has been configured to implement Multi-AZ (High Availability).

Notifications You must be signed in to change notification settings

FarrelFatih/AWSCapstoneProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Make sure you have installed node.js on your device.

Tech stack

This project use :

  • Next.js
  • Express.js
  • prisma
  • Typescript
  • Javascript

To run this project

  • on Client run cd capstoneClient and npm install create .env file with NEXT_PUBLIC_API = NEXT_PUBLIC_TOKEN_SECRET = COMPANY_TOKEN_SECRET =

  • on Server run cd capstoneServer and npm install create .env file with TOKEN_SECRET= DATABASE_URL=

Make sure TOKEN_SECRET is the same on client and server

About

The Frontend use TypeScript with Next.Js Framework and the Backend use JavaScript with Express.Js Framework, the app launched on AWS Amplify. The application's underlying database is Amazon RDS with PostgreSQL DBMS, which has been configured to implement Multi-AZ (High Availability).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published