-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.57 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "codeyoujobboard",
"version": "1.0.0",
"description": "- **Clean up:** some styles like border radius is not the same on whole project. \r - **Documentation:** Add it to the project as its lacking documentation in the whole project. \r - Everyone pick a section and claim it in slack and document the section you claim. \r - We need code documentation for each section \r - [Example of DOC](https://gomakethings.com/whats-the-best-way-to-document-javascript/)\r - Once you complete your section, have a team mate review your documentation \r - **Make a how to:** For posting of the jobs. \r - **Put in Real Jobs:** Put in jobs from Slack so that we can verify we have everything we need. \r - **find a BackGround:** Add a background that has some geometric shapes or something with the blue currently used in the background \r - **Mongo DB:** Everyone should make a mongoDB and connect to it. \r - **Mongo DB:** Convert project to mongo!",
"main": "app.js",
"scripts": {
"start": "node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KQuiggins/CodeYouJobBoard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/KQuiggins/CodeYouJobBoard/issues"
},
"homepage": "https://github.com/KQuiggins/CodeYouJobBoard#readme",
"dependencies": {
"axios": "^1.13.1",
"csv-parser": "^3.2.0",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"mongodb": "^7.0.0",
"mongoose": "^8.20.0",
"nodemon": "^3.1.11"
}
}