Skip to content

A .NET Core Web app, where users can create CVs, apply and search for jobs or create jobs

Notifications You must be signed in to change notification settings

marioPPavlov/JobBoard-MongoDB

Repository files navigation

JobBoard-MongoDB

A .NET Core Web app with an emphasis on back-end functionality,configured to use ASP.NET Core identity to use and store user data in MongoDB, where users can create CVs, apply and search for and/or create jobs entries

Usage

To get things running you will need a MongoDB instance up and running and you will need to edit the connectionstring in the appsettings.json file as well, as explained in the steps below:

1. Please see https://docs.mongodb.com/tutorials/install-mongodb-on-windows/ on how to set up a MongoDB client.

2. After setting up MongoDB, make sure you've started mongod.exe before running the project.

3. Your connection string should usually look something like this:

"ConnectionStrings": {
"DefaultConnection": "mongodb://localhost/",
"DatabaseName": "DatabaseName",
"IsSSL": false
}

About

A .NET Core Web app, where users can create CVs, apply and search for jobs or create jobs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages