# SiricyLab — Phase 1

## Goal
Build our own application foundation with Next.js, React, TypeScript and Node.js.

## Current routes
- /
- /register
- /login
- /dashboard
- /profile

## Next engineering steps
1. Run the application on cPanel.
2. Understand the Next.js project structure.
3. Add database connection.
4. Create the users table.
5. Implement registration.
6. Hash passwords.
7. Implement login/session.
8. Protect dashboard.
9. Implement profile.

## cPanel
Node.js: 22.23.2
Application root: SiricyLab
Startup file: app.js
URL: lab.siricy.com.ng
