0.3.39 • Published 13 days ago

@prosopo/client-example-server v0.3.39

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
13 days ago

client-example-server

This example server implements signup, login and authorisation methods for a typical node backend application. The code is based on an article written by Agustin Fernandez and is adapted to use a Mongo In-Memory Database. This backend server integrates with the client-example React app.

How to run locally

1. Build & Deploy

From the roof of this repository, run the following commands:

cp demos/client-example-server/env.development demos/client-example-server/.env.development && \
cp dev/scripts/env.development dev/scripts/.env.development && \
docker compose --file ./docker/docker-compose.development.yml up -d && \
npm i && \
npm run build:all && \
npm run setup:all && \
npm run start:server

2. Use the API

The server should now be running at localhost:9228. You can customise this in the .env.development file. Run this example API in conjunction with the client-example React app.

0.3.39

13 days ago

0.3.38

14 days ago

0.3.37

20 days ago

0.3.36

29 days ago

0.3.5

1 month ago

0.3.4

2 months ago

0.3.3

2 months ago

0.3.2

2 months ago

0.3.1

2 months ago

0.2.41

2 months ago

0.2.40

3 months ago

0.2.39

3 months ago

0.2.38

3 months ago

0.2.37

3 months ago

0.2.36

3 months ago

0.2.33

3 months ago

0.2.32

3 months ago

0.2.29

4 months ago

0.2.25

4 months ago

0.2.24

4 months ago

0.2.23

4 months ago

0.2.22

4 months ago

0.2.21

4 months ago

0.2.20

4 months ago

0.2.19

5 months ago

0.2.17

5 months ago

0.2.16

5 months ago

0.2.15

5 months ago

0.2.14

6 months ago

0.2.13

6 months ago

0.2.11

6 months ago

0.2.10

7 months ago

0.2.9

7 months ago

0.2.8

7 months ago

0.2.7

7 months ago

0.2.6

7 months ago

0.2.5

7 months ago

0.2.4

7 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.19

8 months ago

0.1.18

8 months ago

0.1.17

8 months ago