A basic to do list that uses ExpressJS as a BackEnd and JavaScript for frontend. It practice my CRUD, REST API, Database Connection, Middlewares, and also basic authentication.
35/100 healthLoading repository data…
Loading repository data…
almoggutin / repository
Basic REST API example that is built with Node.js and Express in JavaScript. Database connection with MySQL with mysql2 library.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This REST API example is a basic backend application to test basic API functions with MySQL database.
It is built with Node.js and Express Framework with Javascript. In addition, the applications database is MySQL, with the use of mysql2 library.
In the applicaiton we can manage user data, such as create/edit/delete a user. In addition, we can get all the users in the database.
The point of this backend application is to test CRUD operations with MySQL database.
Git clone
git clone https://github.com/almoggutin/Node-Express-REST-API-MySQL-JS-Example
Instructions
npm i in order to install all the dependencies.In the project directory, you can run:
npm startRuns the app in the production mode.
However, this script is only meant to be run when deploying the application. The application is built, where you need to setup the env variables on the machine that you will be hosting it on or on a web hosting service, unlike in development mode.
npm run devRuns the app in the development mode.
Open localhost on the port you decided on in the env variables to view it in the browser.
The API will reload if you make edits with the use of nodemon.
If you would like to run the files locally on your machine in the postman desktop application, included in the repository, in the postman directory all the files so you can import them. In addition you will have to configure env variables in postman so that you will be able to test properly everything.
Selected from shared topics, language and repository description—not editorial ratings.
A basic to do list that uses ExpressJS as a BackEnd and JavaScript for frontend. It practice my CRUD, REST API, Database Connection, Middlewares, and also basic authentication.
35/100 healthrooneyrulz /
#Event_Book It's a full-stack web app where you can play around with basic CRUD functionality.It's a fully authenticated app built with Angular 7, Typescript, Bootstrap also on back-end I'm using Node js, Express js & Mongodb as a database. and MVC Architectural based app along with fully Javascript ES6 features.I made use of a bunch of different features Of Course. Specially for Authentication I'm using jsonwebtoken and @Auth0/angular-jwt module from my front-end. and also routings, validations, auth guard and so on.Fully integrated REST API included.
33/100 healthjerssongamboa04 /
Basic REST API built with Node.js and Express to manage a students database with full CRUD operations.
55/100 healthPachavaNaveena /
Rest API for Banking application to perform basic CRUD operations which includes Registration, Login API, Online transfer using Express and Nodejs
29/100 healthshivansh-127 /
A simple Mini-Quora application built using Node.js, Express, EJS, and MongoDB. Users can create posts, view posts, edit them, and delete them. The app displays username and content just like a basic discussion platform. This project demonstrates CRUD operations, REST APIs, templating with EJS, and database integration with MongoDB.
38/100 healthwillianbrac /
API REST com Express, Cors e JWT
15/100 health