Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhammad-haram/workwaves
https://github.com/muhammad-haram/workwaves
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammad-haram/workwaves
- Owner: Muhammad-Haram
- Created: 2024-08-27T10:44:20.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-15T17:32:42.000Z (3 months ago)
- Last Synced: 2024-10-17T00:51:34.780Z (3 months ago)
- Language: JavaScript
- Size: 454 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
created_by: {
type: mongoose.Schema.Types.ObjectId,
ref: "User",
required: true,
},
applications: [
{
type: mongoose.Schema.Types.ObjectId,
ref: "Company",
},
],app.use(express.urlencoded({ extended: true }));
app.use(cookieParser());