Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imran120198/kryzen
https://github.com/imran120198/kryzen
express-js nodejs react sequelize sql
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/imran120198/kryzen
- Owner: imran120198
- Created: 2024-06-10T12:50:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-13T14:23:35.000Z (5 months ago)
- Last Synced: 2024-06-13T17:12:27.493Z (5 months ago)
- Topics: express-js, nodejs, react, sequelize, sql
- Language: JavaScript
- Homepage: https://kryzen-lilac.vercel.app/
- Size: 465 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.