Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imran120198/kryzen


https://github.com/imran120198/kryzen

express-js nodejs react sequelize sql

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kryzen Assignment

## Deployment Link
https://kryzen-lilac.vercel.app/

## Tech Stack

* Frontend: React.js
* Form Handling: Formik & Yup
* Backend: Node.js & Express.js
* Database: MySQL

## Setup

1. Clone the repository:

```bash
git clone https://github.com/imran120198/kryzen.git
```

2. Install the dependencies:

```bash
npm install
```

3. Start the development server:

```bash
npm start
```

4. Open your browser and navigate to `http://localhost:3000` to view the application.