Skip to content

Latest commit

 

History

History
128 lines (86 loc) · 2.05 KB

README.md

File metadata and controls

128 lines (86 loc) · 2.05 KB

CodeLink

CodeLink is a social networking platform for developers to meet and share their skills.

Demonstration: https://www.youtube.com/watch?v=taDAv3vO6ZY&feature=youtu.be

User interface

Homepage

homepage

Create a profile

create profile

Profile

profile

Add to portfolio

add repository

My portfolio

portfolio

Add skill

add skill

Update profile

update profile

Discussion board

discussion board

Add project

add project

Getting Started

Requirements

  • 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

Root

npm i

Database

cd server
npm i
npx prisma studio

Server

cd server
npm run dev

Client

cd client
npm run dev

Tech Stack

  • TypeScript
  • Express
  • SQL, PostgreSQL, Prisma.io
  • Next.js, React, CSS
  • Cypress, Jest, Supertest
  • auth0

Contributors

  • Pablo Flores Fernández
  • Philippa Payne
  • Miriam Kraus
  • Adam le Breuilly