Skip to content

Laurens256/afstudeerproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  1. Clone the repo
git clone https://github.com/Laurens256/afstudeerproject.git
  1. Install NPM packages
npm install
  1. Add the necessary environment variables:
apps/client/.env.development
NEXT_PUBLIC_API_URL=http://localhost:3001
apps/server/.env.development
CLIENT_URL=http://localhost:3000
  1. Start the application
npm run dev
  1. Open the application in your browser http://localhost:3000 (or the port you specified in the environment variables)

Requirements

  • Node.js >=v20.10.0

Sources

Sources listed are also mentioned in the code where they are used.

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors