Credity is a simple and easy to use web application that allows you to create and manage events and their participants. Frontend is built with React and Next.js. Backend is built with aws-lambda and serverless. where python is used as the main programming language. The database is dynamodb.
Name | Description |
---|---|
Expo | An expo-event |
Inbox | A submittable form template |
Submission | A form submission |
We'll be using a GSI to index on other columns, in contrast to SQL DDB does not support joins.
The application is deployed on AWS.
To run the application locally, you need to have Node.js installed.
- Clone the repository
- Install dependencies with
npm install
- Run the application with
npm run dev