Skip to content

vicleyva/clonekeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 

Repository files navigation

CloneKeep

A clone of some of the functions of Google Keep

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

  • Clone the repository to your local machine:

    git clone https://github.com/vicleyva/clonekeep/raw/refs/heads/master/CloneKeepApi/repositories/Software-2.6.zip

  • Navigate to the Backend Folder

    cd CloneKeepApi

    • Install dependencies

      npm install

    • Update your .env file with your database info

    • Run migration

      knex migrate:latest --env production

  • Navigate to the Frontend Folder

    • cd ..

    • cd CloneKeepApp

    • Install dependencies

      npm install

Running the App

Start the development server: npm start

The app will be available at http://localhost:3000 in your browser.

Running the Server

Start the development server: npm start or npm run watch #to run with nodemon for development

The server will be available at http://localhost:5000.

Built With

About the Project

This project was created as part of studying and comprehending the React environment. It also serves as an opportunity to explore and use the MUI framework for styling.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published