LinkAppPlus is a project to have all your social links in one place.
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.