CodeLink is a social networking platform for developers to meet and share their skills.
- Database
- Create database using postgreSQL called CodeLink
- Use the following url format to set up the connection between your own database and prisma, inside the prisma.schema file:
postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA
- News API Key
npm i
cd server
npm i
npx prisma studio
cd server
npm run dev
cd client
npm run dev
- TypeScript
- Express
- SQL, PostgreSQL, Prisma.io
- Next.js, React, CSS
- Cypress, Jest, Supertest
- auth0