https://github.com/palashmon/learn-strapi
A simple REST API using Strapi and MongoDB
https://github.com/palashmon/learn-strapi
crud mongodb rest-api strapi
Last synced: 9 months ago
JSON representation
A simple REST API using Strapi and MongoDB
- Host: GitHub
- URL: https://github.com/palashmon/learn-strapi
- Owner: palashmon
- Created: 2020-07-21T10:41:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T02:18:15.000Z (over 1 year ago)
- Last Synced: 2024-10-31T03:19:40.425Z (over 1 year ago)
- Topics: crud, mongodb, rest-api, strapi
- Language: JavaScript
- Homepage: https://strapi.io/
- Size: 1.05 MB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Strapi application
A simple REST API using [Strapi](https://strapi.io/) and MongoDB
## Usage
### Installation
Clone the repo and install npm module
```sh
npm install
```
### Run app
```sh
npm run develop
```
### Links
- [Getting Started](https://strapi.io/documentation/v3.x/getting-started/quick-start.html#quick-start-guide)
- [API Endpoints](https://strapi.io/documentation/v3.x/content-api/api-endpoints.html#endpoints)
- [Configuration](https://strapi.io/documentation/v3.x/concepts/configurations.html)
- [MongoDB Installation](https://strapi.io/documentation/v3.x/guides/databases.html#mongodb-installation)
- [Authenticated request](https://strapi.io/documentation/v3.x/guides/auth-request.html#introduction)