Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codinghack0810/scope-backend
This Express backend with MySQL.
https://github.com/codinghack0810/scope-backend
backend-server database-management express-js express-middleware jwt-auth jwt-authentication jwt-authorization jwt-middleware jwt-token mysql-database mysql2 sequelize sequelize-orm token-based-authentication
Last synced: 18 days ago
JSON representation
This Express backend with MySQL.
- Host: GitHub
- URL: https://github.com/codinghack0810/scope-backend
- Owner: codinghack0810
- License: mit
- Created: 2024-08-21T20:38:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T20:51:03.000Z (3 months ago)
- Last Synced: 2024-10-11T06:41:23.509Z (about 1 month ago)
- Topics: backend-server, database-management, express-js, express-middleware, jwt-auth, jwt-authentication, jwt-authorization, jwt-middleware, jwt-token, mysql-database, mysql2, sequelize, sequelize-orm, token-based-authentication
- Language: JavaScript
- Homepage:
- Size: 27.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Backend Server
This is stage in Developement.
Run Command Prompt or Terminal in director of project.
1. `npm install` or `yarn install`
2. Install XAMPP and Start Apache and MySQL for database in XAMPP Control Panel.
3. Create the database(`db_scope`) for server in XAMPP Apache server[http://localhost/phpmyadmin/].
4. `npm start` or `yarn start`
5. Add the Service Provider in service-providers table.
6. The server is running on [http://localhost:5000]
7. We get the url(https) for server from ngrok[https://dashboard.ngrok.com].
8. Final, we use this url for server.
ex: `https://singularly-hot-cod.ngrok-free.app`