https://github.com/cedrickchee/soshiok
A full stack restaurant app
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (16.5%) to scientific vocabulary
Keywords
Repository
A full stack restaurant app
Basic Info
- Host: GitHub
- Owner: cedrickchee
- License: mit
- Language: JavaScript
- Default Branch: master
- Size: 13.3 MB
Statistics
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
SoShiok · 
A full stack restaurant app built using Node.js 7.6+ and modern JavaScript.
Note: Please do not use this for production. The application is still under heavy development and the API is not stable.
Overview
Features
Users can: - Search - Geolocate - Review - Curate their favourite restaurants
Architecture
The application has three main models - Users - Stores - Reviews
All models are relational.
Functionalties
The application is designed for today's technology needs such as: - User authentication - Database storage - AJAX REST API - File upload and image resizing
Development
Modern JavaScript: - ECMAScript 6 (ES6) also known as ECMAScript 2015 (ES2015) - ES6 features are heavily used throughout the app, from destructuring to arrow functions - ES6 Async + Await - It allows us to craft easy to read, logical flows without relying on external flow control libraries, chaining multiple promises, or writing spaghetti code by nesting callbacks - Express - Fast, unopinionated, minimalist web framework for Node.js - Pug - Formerly known as "Jade" - A robust, elegant, feature rich template engine for Node.js - Passport - A simple, unobtrusive authentication for Node.js - Passport is a middleware for Node.js - Sass (Syntactically awesome style sheets) - A CSS preprocessor - Webpack - A module bundler for modern JavaScript applications - MongoDB - A document-oriented database and NoSQL database - Uses JSON-like documents with schemas
Quickstart
Basically, the app was developed in ES6. You should have knowledge of how functions, variables, Objects, Arrays and other JavaScript fundamentals work.
Prerequisite: - Runtime: make sure we have Node.js 7.6 and above installed in our development environment. - Database: we are using MongoDB 3.2.x
Then, clone the git repo. Rename variables.env.sample to variables.env. Update the environment settings in this configuration file.
Run the following command in your terminal:
Install all node packages (dependencies) listed in package.json file:
bash
npm install
Start our server and run the app:
bash
npm start
Documentation
Standard
The app was designed and developed based on widely adopted general JavaScript best practices from the industry's best Node.js developers.
Data
To load sample data, run the following command in your terminal:
bash
npm run sample
If you have previously loaded in this data, you can wipe your database 100% clean with:
bash
npm run blowitallaway
That will populate 16 stores with 3 authors and 41 reviews. The logins for the authors are as follows:
|Name|Email (login)|Password| |---|---|---| |Cedric Chee|cedric@example.com|cedric| |John Doe|john@example.com|john| |Foo Bar|foo@example.com|foo|
Deployment
Supports: - [x] Deploying to Now - [ ] Deploying to Heroku - [ ] Digital Ocean Linux
License
SoShiok is an open-source software and is licensed under the MIT License.
Owner
- Name: Cedric Chee
- Login: cedrickchee
- Kind: user
- Location: PID 1
- Company: InvictusByte
- Website: https://cedricchee.com
- Twitter: cedric_chee
- Repositories: 227
- Profile: https://github.com/cedrickchee
Lead Software Engineer | LLMs | full stack Go/JS dev, backend | product dev @ startups | 🧑🎓 CompSci | alumni: fast.ai, Antler.co
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0