Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added some Description about the mobile app
  • Loading branch information
AryanA3 authored Feb 18, 2024
1 parent 5bc42fb commit 7e03b5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
7. CORS and JSON Parsing:
Enables CORS for cross-origin requests and includes JSON parsing middleware.

8. Mobile App:
Cuurently the mobile version of the website only fetches and displaces all the events that are created by any user of the service.

## Technology Stack:

Node.js and Express.js: Used for building the server-side application and handling HTTP requests.
Expand All @@ -41,6 +44,8 @@
Mongoose: An ODM (Object Data Modeling) library for MongoDB and Node.js, used for defining schemas and interacting with the database.

JSON Web Tokens (JWT): Used for user authentication and authorization.

Andoird app is made in java with a commmon API and DB which is same as for the website.

## Description :

Expand Down

0 comments on commit 7e03b5a

Please sign in to comment.