Skip to content

ImRSF07/notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes

Description

A simple website to add, edit, delete notes!

Prerequisites

Before you begin, ensure you have the following prerequisites installed on your system:

  • Node.js and npm (Node Package Manager): You can download and install them from nodejs.org.

  • MySQL Database: You should have a MySQL database set up or access to one for the back-end.

  • MySQL Workbench (Optional): To manage your MySQL databases more conveniently, you can use MySQL Workbench.

Installation

To get started with this project, follow the steps below to set up your front-end and back-end environments.

Front-End Setup

  1. Navigate to the front-end directory.
  2. Run npm install and wait for the installation to finish.
  3. Run npm run dev to start your front-end.

Back-End Setup

  1. Navigate to the back-end directory.
  2. Run npm install --legacy-peer-deps and wait for the installation to finish.
  3. Using MySQL Workbench or a similar tool of your choice, Create a new MySQL database called hopla_notes.
  4. In your config/config.js file in the back-end directory, Make sure to provide the correct port, user, and password. This should be based on your local MySQL connection.
  5. Run npm run dev to start your back-end.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages