Skip to content

RikasMRM/RootWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RootWallet - wallet application to track expenses

My Image My Image

This application contains 2 main repos, front end and backend in 2 separate folders names "client" and "server"

Manual Installation

Navigate into client((Frontend)) folder to install dependencies

  cd ./client
  npm install

Navigate into server((Backend)) folder to install dependencies

  cd ../server
  npm install

Manual Running the application

Open 2 terminal tabs in the both client and server folder

inside the server((Backend)) folder, run;

npm start

inside the client((Frontend)) folder, run;

npm run dev

Environment variables

MONGO_URL=''
PORT=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published