Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arteevraina/crud
A node application that supports CRUD operations on REST API endpoints
https://github.com/arteevraina/crud
Last synced: 20 days ago
JSON representation
A node application that supports CRUD operations on REST API endpoints
- Host: GitHub
- URL: https://github.com/arteevraina/crud
- Owner: arteevraina
- Created: 2020-06-08T21:36:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T08:23:01.000Z (about 2 years ago)
- Last Synced: 2024-12-06T12:33:09.438Z (3 months ago)
- Language: HTML
- Homepage: https://crudapp123.herokuapp.com/
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Application
CRUD Application that enables the user to perform CRUD operations on the REST API endpoints.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
What things you need to install the software and how to install them
```
$ node
```### Installing
A step by step series of examples that tell you how to get a development env running
Install node modules
```
$ npm install
```Start the server
```
$ npm start
```## Deployment
[Demo](https://crudapp123.herokuapp.com/)## Built With
* Express
* Node
* MongoDB
* Firebase
* Tailwind CSS