Skip to content

Atherizz/mentora

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Prerequisites

  • Node.js 18+ & npm
  • MySQL (local or Cloud SQL via Proxy)
  • .env file for Backend and (optional) Frontend

🔧 Installation

Run installation in each folder:

# 1) Backend
cd Backend
npm install

# 2) Frontend
cd ../Frontend
npm install

🧪 Development

1) Run Backend (API)

cd Backend

# run migrations first
npm run migrate

# then start the backend
npm run start

Default URL: http://127.0.0.1:5000 Make sure .env in Backend is correctly filled (see example below).

2) Run Frontend (Remix dev server)

cd ../Frontend
npm run dev

Default URL: http://127.0.0.1:8080

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •