Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added JAP-Documentation.pdf
Binary file not shown.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server",
"dev": "nodemon server"
"build": "npm i"
},
"keywords": [],
"author": "",
Expand Down