This is a school project for @bdernier's FullStack course.
The exercise was to create a blog site with the topic of our choice, I went to web design, one of my favorite topics.
Client: NextJs, Prisma, TailwindCSS
Server: Node, MongoDb
Accent Glow Color | Hex |
---|---|
100 | |
200 | |
300 | |
400 | |
500 |
Accent Color | Hex |
---|---|
100 | |
200 |
Background Color | Hex |
---|---|
100 | |
200 | |
300 |
Primary Color | Hex |
---|---|
100 | |
200 | |
300 |
Text Color | Hex |
---|---|
100 | |
200 |
- Create/edit account
- Create/read/like/save/filter posts
- Create/read comments
Install LayoutLab with npm
npm install
npx prisma generate
npx prisma db push
create a .env file and add :
DATABASE_URL=<mongo_db_connection_string>
URL="http://localhost:3000"
NEXTAUTH_SECRET=<random_string>
I'm a full stack (student) developer...