Skip to content

A web app that showcases social media links for users in one place.

Notifications You must be signed in to change notification settings

CPHris/LinkAppPlus

 
 

Repository files navigation

LinkAppPlus

linkappplus-landing

LinkAppPlus is a project to have all your social links in one place.

Watch the demo

Link to the demo

Getting Started

Fork this repo and clone it in to your local environment.

Navigate to the project folder.

Run npm install.

Have MongoDB running and set the DB_URL in the .env.development file.

To run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the landing page.

API routes can be accessed on http://localhost:3000/api/. The endpoints can be edited in pages/api/ folder.

Controllers, models and the database connection are inside pages/api/server/ folder.

Tech Stack

Developers

About

A web app that showcases social media links for users in one place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.3%
  • JavaScript 45.4%
  • CSS 0.3%