Skip to content

Commit 253936c

Browse files
committed
finished read me
1 parent 9b2da66 commit 253936c

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,53 @@
77
[meetup-database-schema]: https://appacademy-open-assets.s3.us-west-1.amazonaws.com/Modular-Curriculum/content/week-12/meetup-db-schema.png
88
[meetup-db-diagram-info]: https://appacademy-open-assets.s3.us-west-1.amazonaws.com/Modular-Curriculum/content/week-12/meetup-db-diagram-info.txt
99

10+
Hello, and welcome to Music MeetUp! This project is a full stack application inspired by the app, MeetUp.
11+
12+
The technologies used are:
13+
14+
15+
bcryptjs: ^2.4.3,
16+
cookie-parser: ^1.4.6,
17+
cors: ^2.8.5,
18+
csurf: ^1.11.0
19+
dotenv: ^16.4.5,
20+
express": ^4.19.2,
21+
express-async-errors: ^3.1.1,
22+
express-validator: ^7.0.1,
23+
helmet": ^7.1.0,
24+
jsonwebtoken: ^9.0.2,
25+
morgan: ^1.10.0,
26+
per-env: ^1.0.2,
27+
pg: ^8.11.3,
28+
sequelize: ^6.37.1,
29+
sequelize-cli: ^6.6.2,
30+
js-cookie: ^3.0.5,
31+
react: ^18.2.0,
32+
react-dom: ^18.2.0,
33+
react-icons: ^5.2.1,
34+
react-redux: ^8.1.1,
35+
react-router-dom: ^6.15.0,
36+
redux: ^4.2.1,
37+
redux-thunk: ^2.4.2
38+
@types/react: ^18.2.15,
39+
@types/react-dom: ^18.2.7,
40+
@vitejs/plugin-react: ^4.0.3,
41+
eslint": ^8.45.0,
42+
eslint-plugin-react: ^7.32.2,
43+
eslint-plugin-react-hooks: ^4.6.0,
44+
eslint-plugin-react-refresh: ^0.4.3,
45+
redux-logger: ^3.0.6,
46+
vite: ^4.4.5,
47+
vite-plugin-eslint: ^1.8.1
48+
49+
50+
51+
52+
![alt text](https://tomsmusicbucket.s3.us-west-2.amazonaws.com/group-images/group-10.jpg)
53+
54+
To launch this application locally, start your backend server in an integrated terminal at the "backend/" file with the start command "npm start". Start your frontend server in a seperate terminal at the "frontend/" file with the start command "npm run dev". Open your browser and navigate to "http://localhost:5173/". Have fun!
55+
56+
1057
## API Documentation
1158

1259
## USER AUTHENTICATION/AUTHORIZATION

0 commit comments

Comments
 (0)