Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dentemple/insurance-company-takehome-project
A full-stack API with React client
https://github.com/dentemple/insurance-company-takehome-project
Last synced: 23 days ago
JSON representation
A full-stack API with React client
- Host: GitHub
- URL: https://github.com/dentemple/insurance-company-takehome-project
- Owner: dentemple
- License: mpl-2.0
- Created: 2023-03-21T23:59:55.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T17:48:14.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T22:55:57.305Z (10 months ago)
- Language: TypeScript
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Insurance Company Take-Home Project
## Install
```bash
# Clone the repository
$ git clone git@github.com:dentemple/insurance-company-takehome-project.git# Change into the directory
$ cd insurance-company-takehome-project# Install the dependencies
$ npm install# Run the project
$ npm start
```The server will run on [localhost:5000](http://localhost:5000/).
The client will run on [localhost:3000](http://localhost:3000/).
The server's localhost can be changed via the `PORT` property on a `.env` file. The client's localhost can be changed via `defineConfig.server.port` via the `vite.config.ts` file.
An initial database has been configured via `sqlite3`, but it utilizes local memory only. Restarting the server will reboot its contents.
## LICENSE
This project is free and open source under the [Mozilla 2.0 License](https://www.mozilla.org/en-US/MPL/2.0/).