Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0rningdawning/ec-mobile-backend
NodeJS backend for my mobile email-checker app.
https://github.com/m0rningdawning/ec-mobile-backend
backend javascript node nodejs server typescript
Last synced: about 2 months ago
JSON representation
NodeJS backend for my mobile email-checker app.
- Host: GitHub
- URL: https://github.com/m0rningdawning/ec-mobile-backend
- Owner: m0rningdawning
- License: mit
- Created: 2023-07-19T06:47:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T14:08:43.000Z (about 1 year ago)
- Last Synced: 2023-12-06T15:30:05.842Z (about 1 year ago)
- Topics: backend, javascript, node, nodejs, server, typescript
- Language: TypeScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ec-mobile-backend (WIP)
NodeJS server for the email-checker-mobile app.
![GitHub language count](https://img.shields.io/github/languages/count/m0rningdawning/ec-mobile-backend)
![GitHub top language](https://img.shields.io/github/languages/top/m0rningdawning/ec-mobile-backend)
![GitHub last commit](https://img.shields.io/github/last-commit/m0rningdawning/ec-mobile-backend)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)## Running the server
Before starting the server run `npm install` to install all dependencies.
1. Navigate to the ```src``` directory.
2. Start the server:
- Run ```npx ts-node server.ts``` command.
**_OR_**
1. Run ```npx tsc server.ts``` to compile TypeScript code into JavaScript code.
2. Locate the compiler output ```server.js```.
3. Run ```npx node server.js``` to start the server.
3. Use the link found in the console for the proper operation of the frontend.## React Native frontend
- https://github.com/m0rningdawning/email-checker-mobile