ระบบนัดหมายเทรนเนอร์กับลูกค้า by Untitled TEAM
mms-hired-me created by GitHub Classroom
2110423 Software Engineering (SE) course 1/2017
- Main https://github.com/we-inc/mms-se-untitled-1
- Front-End https://github.com/stepboom/FitStart or https://github.com/tueytoma/FitStart
- Back-End https://github.com/stepboom/FitStartAPI
- 1.1. Clone project API
git clone https://github.com/stepboom/FitStartAPI.git
- 1.2. Install module (in API folder)
npm install
- 1.3. Run mongoDB
mongod
- 1.4. Run project
node index
- 1.5. Open localhost:4000 and mockup data
localhost:4000/mock
- 2.1. Clone project front-end
git clone https://github.com/stepboom/FitStart.git
- 2.2. Install module (in front-end folder)
npm install
- 2.3. Run project
npm start
- 2.4. View Website
localhost:3000
Nodejs V.6
https://blog.risingstack.com/whats-new-in-node-v6/Reactjs
https://facebook.github.io/react/React Router
https://reacttraining.com/react-router/web/guides/quick-startStyled-Components
https://www.styled-components.com/Atomic Design
http://bradfrost.com/blog/post/atomic-web-design/Demo Atomic Design
https://github.com/diegohaz/arc
Express
https://expressjs.com/en/4x/api.htmlMongoDB
https://docs.mongodb.com/v3.4/Mongoose
http://mongoosejs.com/docs/
MIT © 2017 Untitled