- Bath is a streamlined learning management solution tailored for startups, which offer BootCamps, aiming to materialize their concepts. Designed to adapt to the contemporary landscape of predominantly online learning, this app caters to the evolving dynamics of education.
- The App is made mainly for Software Development / Engineering
- Students are part of a Cohort and they do project-based-learning
Nodejs Standalone Backend - Work In Progress
Join my Discord Server if you need assistance: Discord Server
- Nextjs
- Tailwindcss for styling
- TypeScript programmimg language
- Shadcn UI for the UI
- Next-Auth for handling authentication
- Postgresql for database management
- Prisma for generating SQL schema and type safety
- Nodejs installed on your machine
- Postgresql database either Cloud based or on your local machine
- JavaScript , SQL, React, CSS basics
-
Clone the project and run
yarn
or delete the yarn.lock file and run any other package manager of your choice -
NB I am using yarn run v1.22.19 , if encountering issues, delete the yarn lock for your project an re-install dependencies
-
Setup env variables. Checkout
.env.example
for guidance -
Run
yarn prisma migrate dev
to populate your database -
Run
yarn prisma generate
to make sure you create the @prisma client -
Open 2 more terminal on 1 run
yarn dev
& the otheryarn prisma studio
-
On the prisma studio or Simply go to your Cloud Hosted Postgresql DB e.g Supabse go to
AllowedEmails
table and add a record there (add a string id83f1d583-1309-4d49-bebd-66002c713984
or any of your choice for the id field & in the emails , add the admin email as a string like --> [admin@bath.io]). -
Make Sure you insert enironmental variables following the guidelines in the
.env.example
file
- Add a Course
- Add a Module
- Add a Project
- Add a Task
- Add Allowed Emails to the App
- Edit User Roles
- Add Events
- View Events
- View Projects and Tasks
- Edit Own Profile
- Submit Project Work links for marking/review
- Sorting & Filtering for the Admin Tables
- Include AI for auto-marking
- View Curriculum
- Edit Events, Tasks, Projects etc
- Add Moderator allowed features
- Create a mobile app version
- Add Table filters & Pagination
- Add Dashboard Stats
- Add Admin settings
- Scale up to include many courses that a learner can be part of