Red-Moon-Software-Apprenticeship / redmoon-console

The marketing site, customer relationship management, and apprentice management software for Red Moon
https://redmoon-console.vercel.app
19 stars 10 forks source link

Added Server, and Database #6

Closed mfong4151 closed 1 year ago

mfong4151 commented 1 year ago
  1. I set up the NextJS server and just created some initial routes to mirror the initial features that @lhovee wrote out in the README.md. There's some dummy pages that have minimal styling attached as well, inviting people to code out features.
  2. I set up what I thought was a good starting point for the database. Instead of what I mentioned in issue #5, I separated extra columns pertaining to specifics for admins, apprentices, and companies. I'm sure that the Schema will need to be updated as we want to add functionality on.
  3. I updated the read me to provide set up instructions.

I wanted to leave plenty of room for others to be able to contribute. If there's anything that should be changed please let me know.