Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.47 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.47 KB

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