Skip to content

Commit 4955ba6

Browse files
committed
2 parents 34386d0 + 924cb61 commit 4955ba6

File tree

2 files changed

+25
-20
lines changed

2 files changed

+25
-20
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2024 DevoTalk
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ This application is developed using C# and ASP.NET Core to help manage universit
2121
1. **Clone the repository:**
2222

2323
```bash
24-
git clone https://github.com/yourusername/university-course-scheduling-app.git
24+
git clone https://github.com/DevoTalk/Course-Scheduler.git
2525
```
2626

2727
2. **Navigate to the project directory:**
2828

2929
```bash
30-
cd university-course-scheduling-app
30+
cd Course_Scheduler
3131
```
3232

3333
3. **Restore dependencies:**
@@ -36,29 +36,13 @@ This application is developed using C# and ASP.NET Core to help manage universit
3636
dotnet restore
3737
```
3838

39-
4. **Update database connection string:**
40-
41-
Open `appsettings.json` and update the `ConnectionStrings` section with your database information.
42-
43-
```json
44-
"ConnectionStrings": {
45-
"DefaultConnection": "Server=your_server;Database=your_database;User Id=your_user;Password=your_password;"
46-
}
47-
```
48-
49-
5. **Apply migrations and update the database:**
50-
51-
```bash
52-
dotnet ef database update
53-
```
54-
55-
6. **Run the application:**
39+
4. **Run the application:**
5640

5741
```bash
5842
dotnet run
5943
```
6044

61-
The application should now be running at `https://localhost:5001` or `http://localhost:5000`.
45+
The application should now be running at `https://localhost:5274`.
6246

6347
## Usage
6448

0 commit comments

Comments
 (0)