#Project starting help needed

1 messages · Page 1 of 1 (latest)

drifting agateBOT
#

<@&987246964494204979> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
Hi, I’m working on a project called “Campus Service Exchange System” a web platform where students can request and offer services like technical help, design work, etc. I know frontend (HTML, CSS, Bootstrap), but I’m confused about how to properly start

Your project idea, “Campus Service Exchange System,” is promising. Since you know frontend (HTML, CSS, Bootstrap), you’re halfway there. For a web platform where users request and offer services, you’ll need to focus on:

  • Backend: Consider learning Java frameworks like Spring Boot to handle server-side logic, database interactions, and user authentication.
  • Database: Use something like MySQL or PostgreSQL to store user profiles, service requests, and offers.
  • APIs: Build RESTful APIs to connect frontend and backend smoothly.
  • Security: Pay attention to user authentication and authorization, possibly with Spring Security.
  • File Uploads: If services involve file sharing, look into multipart upload handling.
  • Deployment: Containerize your app (Docker) for easy deployment or choose platforms like Heroku or AWS.

Start by planning your entities (User, ServiceRequest, ServiceOffer) and the workflows (request creation, response, status updates). Build incrementally: first, user registration/login, then service posting and browsing, and finally messaging or notifications.

Useful links:

This approach should give you a solid foundation without overwhelming you. Keep testing often!

drifting agateBOT
#

@ashen pollen

Your question has been closed due to inactivity.

If it was not resolved yet, click the button below to keep it
open, or feel free to create a new thread.

Note that usually the reason for nobody calling back is that your
question may have been not well asked and hence no one felt confident
enough answering.

When you reopen the thread, try to use your time to improve the quality
of the question by elaborating, providing details, context, all relevant code
snippets, any errors you are getting, concrete examples and perhaps also some
screenshots. Share your attempt, explain the expected results and compare
them to the current results.

Also try to make the information easily accessible by sharing code
or assignment descriptions directly on Discord, not behind a link or
PDF-file; provide some guidance for long code snippets and ensure
the code is well formatted and has syntax highlighting. Kindly read through
https://stackoverflow.com/help/how-to-ask for more.

With enough info, someone knows the answer for sure 👍