diff --git a/JAP-Documentation.pdf b/JAP-Documentation.pdf new file mode 100644 index 0000000..8e47f78 Binary files /dev/null and b/JAP-Documentation.pdf differ diff --git a/README.md b/README.md index 0dc9ea2..5379b64 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ -This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app). +Software Engineering Project + +Group Members +Amedo Patrick +Akua Frimpong +Gakpetor Joshua Mawudem + +This here a simple web based user-friendly software designed to assist individuals in generating personalised business ideas, plans, and get information about the business industry, the minimum capital required and so on. +The web based mobile responsive software was built with NEXTJs for the frontend, Node + ExpressJs for the backend, PostGres Database for the database and OpenAI’s free API was integrated to as the MAN (Artificial Intelligence) behind the generation of the business details. + ## Getting Started diff --git a/server/package.json b/server/package.json index d50d851..13811be 100644 --- a/server/package.json +++ b/server/package.json @@ -8,6 +8,7 @@ "test": "echo \"Error: no test specified\" && exit 1", "start": "node server", "dev": "nodemon server" + "build": "npm i" }, "keywords": [], "author": "",