https://github.com/emrd/react-user-auth-with-nodejs
https://github.com/emrd/react-user-auth-with-nodejs
authentication authentication-backend nodejs react
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/react-user-auth-with-nodejs
- Owner: EmrD
- Created: 2024-07-26T14:13:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T20:45:30.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T15:30:11.669Z (about 1 year ago)
- Topics: authentication, authentication-backend, nodejs, react
- Language: JavaScript
- Homepage: https://react-user-auth-with-nodejs.vercel.app
- Size: 1.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node + Express Service Starter
This is a simple API sample in Node.js with express.js based on [Google Cloud Run Quickstart](https://cloud.google.com/run/docs/quickstarts/build-and-deploy/deploy-nodejs-service).
## Getting Started
Server should run automatically when starting a workspace. To run manually, run:
```sh
npm run dev
```