Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eelfy/atleastimtryin
https://github.com/eelfy/atleastimtryin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eelfy/atleastimtryin
- Owner: eelfy
- Created: 2022-08-13T13:08:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-06T19:25:47.000Z (about 2 years ago)
- Last Synced: 2024-04-06T10:35:15.326Z (7 months ago)
- Language: TypeScript
- Size: 480 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# contact(or smth else) list with auth.
## used technologies: react(cra), ts, mobx, styled-componetns, react-router, json-server
## node version
✨v16.14.0✨## Project start
### install dependencies
```sh
cd backend
npm i
```
```sh
cd frontend
npm i
```
#### start frontend
```sh
npm run front
```
#### start backend
```sh
npm run back
```
for backend iam use `json-server` so here u can check more information about it https://github.com/typicode/json-server
and for `json-server-auth` as JWT authentication middleware https://github.com/jeremyben/json-server-auth
(if u change port for json-server u also need to sync it in frontend/src/utils/customFetch in apiPath variable)## auth
log: [email protected]
pass: admin