Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SISTEM PENDATAAN SURAT MASUK DAN KELUAR (SPSMK)
# Fullstack App Archive Mail

This 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/).