Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nuflakbrr/kuyespepe
MERN stack Educational Development Contribution App for UKL Framework SMK Telkom Malang.
https://github.com/nuflakbrr/kuyespepe
api-rest javascript nextjs nodejs reactjs sequelize typescript
Last synced: 6 days ago
JSON representation
MERN stack Educational Development Contribution App for UKL Framework SMK Telkom Malang.
- Host: GitHub
- URL: https://github.com/nuflakbrr/kuyespepe
- Owner: nuflakbrr
- License: mit
- Created: 2022-11-11T20:17:14.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-21T07:11:13.000Z (about 2 years ago)
- Last Synced: 2024-12-25T19:49:33.143Z (13 days ago)
- Topics: api-rest, javascript, nextjs, nodejs, reactjs, sequelize, typescript
- Language: TypeScript
- Homepage:
- Size: 773 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## KuyEspepe
MERN `(MySQL, Express, React, Node)` stack Educational Development Contribution App for UKL Framework SMK Telkom Malang.
### Getting Started
First, open your terminal and enter into this project. Then, go into the backend folder and install the required dependencies, and run the development server:
```
# install depedencies
npm install# run the server
npm run dev
```Second, open your XAMPP Control Panel (or etc.) and running the server. Then open your phpmyadmin and create database named `db_espepe` or something you like.
Third, don't forget to configure database name on `./backend/config/config.json`. And then running the migrate db command:
```
# running migrate db
sequelize db:migrate
```Fourth, go into the frontend folder and install the required dependencies, and run the development server:
```
# install depedencies
npm install# run the server
npm run dev
```Open [http://localhost:3000](http://localhost:8000) with your browser to see the result.