Skip to content

Ishwar-26/Event-Management-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Event management

In this repository there is two folders there

  1. client - for frontend code implementation
  2. server - for backend code implementation

SERVER

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

DB_NAME DB_USER DB_PASSWORD DB_HOST DB_DIALECT JWT_SECRET

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd server

Install dependencies

  npm install

Start the server

  npm run dev

CLIENT

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

NEXT_PUBLIC_API_URL

Run Locally

Clone the project

Go to the project directory

  cd client

Install dependencies

  npm install

Create Build

  npm run build

Start the server

  npm start

Tech Stack

Client: React, Next, TailwindCSS, TypeScript

Server: Node, Express, TypeScript

Get Help to Build UI using

Notes

  • For Listing Pagenation, Sorting, Filtering is pending, I will do that like
  1. Create queryparams to pass into url and filter data using sequelize manner
  2. get params like page, limit to do pagination
  3. get total records and current records to calculate page lenghts and total records per page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages