Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muhammad-haram/workwaves


https://github.com/muhammad-haram/workwaves

Last synced: 18 days 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());