Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muchdarmawansyam/spsmk
Aplikasi pendataan surat masuk dan keluar berbasis web
https://github.com/muchdarmawansyam/spsmk
expressjs javascript mysql nodejs reactjs tailwindcss vitejs
Last synced: about 2 months ago
JSON representation
Aplikasi pendataan surat masuk dan keluar berbasis web
- Host: GitHub
- URL: https://github.com/muchdarmawansyam/spsmk
- Owner: MuchDarmawanSyam
- Created: 2023-10-13T01:03:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-26T00:37:50.000Z (about 1 year ago)
- Last Synced: 2023-12-26T01:38:09.066Z (about 1 year ago)
- Topics: expressjs, javascript, mysql, nodejs, reactjs, tailwindcss, vitejs
- Language: JavaScript
- Homepage:
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SISTEM PENDATAAN SURAT MASUK DAN KELUAR (SPSMK)
# Fullstack App Archive MailThis app was built with [MySQL](https://www.mysql.com/), [ExpressJS](https://github.com/expressjs/express), [ReactJS](https://github.com/facebook/create-react-app) & [NodeJS](https://nodejs.org/en/).
## Getting Started
In the project directory:
### `client`
Run `cd client` -> `npm install` or `npm i`.\
Run app `npm run dev`.\
Open [http://127.0.0.1:5173/](http://127.0.0.1:5173/) or the URL that appear on terminal to view it in your browser.The page will reload when you make changes.\
You may also see any lint errors in the console.### `server`
Run `cd server` -> `npm install` or `npm i`.\
Make .env file on root server directory, add APP_PORT for default server port and SESS_SECRET for session key.\
Run server `node index.js` or `nodemon index` if using nodemon.\### `Database`
Configure database settings on `server/config/database.js`.\
[MySQL](https://www.mysql.com/) database needed.## About
This app was developed by [Much Darmawan Iriansyah Syam](https://muchdarmawansyam.github.io/).