Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phamhongphuc1999/userapi
- Owner: phamhongphuc1999
- License: apache-2.0
- Created: 2020-08-25T12:03:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T08:38:28.000Z (over 1 year ago)
- Last Synced: 2023-05-12T09:28:04.519Z (over 1 year ago)
- Topics: asp-net-core, mongodb, sql, sqlite
- Language: C#
- Homepage: https://github.com/phamhongphuc1999/UserAPI
- Size: 13.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```