Skip to content

pmaniar20/Quicknotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quicknotes

An online web platform where you can create, edit, upload, delete your notes privately and securely without any disturbancee.

Built With

Getting Started

You can clone the repository using the github clone option or download the zip file directly. In order to run the webapp on local host, one can install all the dependencies and then simply run it on VS Code.

Prerequisites

To install all the dependencies and packages of the web app simply run the following command on the cmd terminal npm

npm install
cd backend
npm install 

Installation

To run the app on local server, first you need to start the frontend server by running the following command on the cmd terminal npm

cd src
npm start

Then you need to start the backend server by running the following command on the cmd terminal npm

cd backend
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published