Coder Social home page Coder Social logo

neo-cv's Introduction

neo-cv

Assesment Tools Used

Vite - React
React-Bootstrap - Bootstrap components for React
Node.js with Express - Backend server
MySQL - Database

Project Name

Description of your project. Tools Used

Vite - React
React-Bootstrap - Bootstrap components for React
Node.js with Express - Backend server
MySQL - Database

Prerequisites

Before you start, ensure you have the following installed:

MySQL, preferably with Apache/Nginx server
Node.js and npm

Getting Started

Clone the repository

bash

git clone https://github.com/your-username/your-project.git

Install dependencies

bash

cd your-project cd back npm install cd ../app npm install

Configure MySQL

Make sure you have MySQL installed and running. Update the database configuration in the back/config/config.json file.

Run Sequelize Migrations

bash

npx db:migrate

Start the backend server

bash

cd back nodemon bin/www

Start the frontend development server

bash

cd app
npm run dev

Open in your browser
    Frontend: http://localhost:5173
    Backend: http://localhost:3500

Development Scripts

-- Backend Development Server

// bash

cd back nodemon bin/www

-- Frontend Development Server

bash

cd app
npm run dev

Notes

Ensure your MySQL server is running before starting the project.
Update the database configuration in back/config/config.json.
Make sure to run Sequelize migrations before using the application.
Exposed ports:
    React: http://localhost:5173
    Node Express: http://localhost:3500

neo-cv's People

Contributors

raj720s avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.