Skip to content

aakash2khot/PennyPilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

193 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PennyPilot

Getting started

To get started with this project, follow these steps:

  1. Fork this repository

  2. Clone this repository to your local machine:

git clone https://github.com/aakash2khot/PennyPilot
  1. Install the required dependencies for backend and frontend:
cd PennyPilot
cd ./backend && npm install
cd ../frontend && npm install
  1. Configure the local MongoDB server.

  2. Start the backend server:

cd backend && npm start
  1. Start the frontend server:
cd frontend && npm start
  1. Access the application in your web browser at http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors