Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/phamhongphuc1999/userapi

Simple API written by C# interacts with mongodb and mysql
https://github.com/phamhongphuc1999/userapi

asp-net-core mongodb sql sqlite

Last synced: 11 days ago
JSON representation

Simple API written by C# interacts with mongodb and mysql

Awesome Lists containing this project

README

        

Simple API

---

### Build database

- To create and start mysql database with docker, run following command:

```shell
make mysql
```

- To create and start mongodb with docker, run below command:

```shell
make mongo
```

### Run

- To run simple API, run by follow command:

```shell
make run
```

- Or run with specified launch

```shell
make run launch={your-launch}
```

Now, you can go [here](http://localhost:5000/index.html) and try API

- For more information, you can run command:

```shell
make help
```