Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nafiealhilaly/clansystembackend
https://github.com/nafiealhilaly/clansystembackend
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nafiealhilaly/clansystembackend
- Owner: NafieAlhilaly
- Created: 2024-05-11T14:28:13.000Z (9 months ago)
- Default Branch: develop
- Last Pushed: 2024-05-18T11:50:21.000Z (9 months ago)
- Last Synced: 2024-05-18T12:46:32.434Z (9 months ago)
- Language: C#
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clan System Backend
## Development Setup
### Prerequisites
Using Docker:
- Docker
- Docker ComposeRunning locally on your machine:
you'll need to make sure you have
- .NET sdk8.0
- Mongodb v7 instance running.### Setup
Setup Database URL and other options from `/Properties/launchSettings.json`### Build and Run
- Build and start the Docker containers using Docker Compose:
```shell
docker-compose up --build
```- Locally using dotnet command directly
make sure database is running.
```shell
dotnet run
```The development server should now be running at `http://localhost:5224`.
or what you specified in the `/Properties/launchSettings.json`.