Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eelfy/atleastimtryin


https://github.com/eelfy/atleastimtryin

Last synced: about 2 months ago
JSON representation

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