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: over 1 year ago
JSON representation

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());