Skip to content

ik04/Seiso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 

Repository files navigation

Seiso

A simple laundry tracker for easy access to slip records from different laundromats.

Tech stack

  • Nextjs
  • Expressjs
  • Nodejs
  • MongoDB

For Contributions:

this is a script to install the necessary dependecies to run this project

nvm install node
npm install -g pnpm

make sure to run this in a new terminal instance

To Setup the project:

Nextjs:

cd client/web
pnpm i
pnpm dev

Expressjs

cd server/rest
pnpm i
pnpm dev

Make sure to setup the .env files for both server and client and run the /init endpoint to hydrate the collection with laundries and an admin account